From 51dc082bd4b14a6a689df147a3803770f04d8d13 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Thu, 1 Sep 2022 15:02:40 -0700 Subject: [PATCH] [test] force a fixed routing chan W for no time stamp test case --- .../no_time_stamp_example_script.openfpga | 2 +- openfpga_flow/tasks/basic_tests/no_time_stamp/config/task.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/openfpga_flow/openfpga_shell_scripts/no_time_stamp_example_script.openfpga b/openfpga_flow/openfpga_shell_scripts/no_time_stamp_example_script.openfpga index 609d5fff6..249e6f68f 100644 --- a/openfpga_flow/openfpga_shell_scripts/no_time_stamp_example_script.openfpga +++ b/openfpga_flow/openfpga_shell_scripts/no_time_stamp_example_script.openfpga @@ -2,7 +2,7 @@ # This script is designed to test the option --no_time_stamp in related commands # It can NOT be used an example script to achieve other objectives #--write_rr_graph example_rr_graph.xml -vpr ${VPR_ARCH_FILE} ${VPR_TESTBENCH_BLIF} --clock_modeling route +vpr ${VPR_ARCH_FILE} ${VPR_TESTBENCH_BLIF} --route_chan_width ${OPENFPGA_VPR_ROUTE_CHAN_WIDTH} --clock_modeling route # Read OpenFPGA architecture definition read_openfpga_arch -f ${OPENFPGA_ARCH_FILE} diff --git a/openfpga_flow/tasks/basic_tests/no_time_stamp/config/task.conf b/openfpga_flow/tasks/basic_tests/no_time_stamp/config/task.conf index 15278333f..9e48c0843 100644 --- a/openfpga_flow/tasks/basic_tests/no_time_stamp/config/task.conf +++ b/openfpga_flow/tasks/basic_tests/no_time_stamp/config/task.conf @@ -19,6 +19,7 @@ fpga_flow=yosys_vpr openfpga_shell_template=${PATH:OPENFPGA_PATH}/openfpga_flow/openfpga_shell_scripts/no_time_stamp_example_script.openfpga openfpga_arch_file=${PATH:OPENFPGA_PATH}/openfpga_flow/openfpga_arch/k4_N4_40nm_cc_openfpga.xml openfpga_sim_setting_file=${PATH:OPENFPGA_PATH}/openfpga_flow/openfpga_simulation_settings/auto_sim_openfpga.xml +openfpga_vpr_route_chan_width = 26 openfpga_output_dir=${PATH:TASK_DIR}/golden_outputs_no_time_stamp [ARCHITECTURES]