Skip to content
Snippets Groups Projects
Commit 6230429d authored by auphelia's avatar auphelia
Browse files

[Test] Change clock period back to 10 ns for tfc w1a1

parent 9ea3077f
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ from finn.transformation.fpgadataflow.prepare_rtlsim import PrepareRTLSim
build_dir = "/tmp/" + os.environ["FINN_INST_NAME"]
test_pynq_board = os.getenv("PYNQ_BOARD", default="Pynq-Z1")
test_fpga_part = pynq_part_map[test_pynq_board]
target_clk_ns = 5
target_clk_ns = 10
mem_mode = "decoupled"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment