Fixed run test file

This commit is contained in:
Ganesh Gore 2019-08-22 17:31:46 -06:00
parent 5027f9c4b3
commit 4189ada1eb
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ python3.5 openfpga_flow/scripts/run_fpga_flow.py \
--fpga_flow vpr_blif \ --fpga_flow vpr_blif \
--top_module test_modes \ --top_module test_modes \
--activity_file ./openfpga_flow/benchmarks/Test_Modes/test_modes.act \ --activity_file ./openfpga_flow/benchmarks/Test_Modes/test_modes.act \
--base_verilog ./openfpga_flow/benchmarks/Test_Modes/test_modes.v\ --base_verilog ./openfpga_flow/benchmarks/Test_Modes/test_modes.v \
--power \ --power \
--power_tech ./openfpga_flow/tech/PTM_45nm/45nm.xml \ --power_tech ./openfpga_flow/tech/PTM_45nm/45nm.xml \
--fix_route_chan_width 300 \ --fix_route_chan_width 300 \