Skip to content

Commit

Permalink
Yosys: update icestorm tests
Browse files Browse the repository at this point in the history
Signed-off-by: Karol Gugala <[email protected]>
  • Loading branch information
kgugala committed Dec 22, 2020
1 parent 26a9d20 commit 8aec3ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions tests/test_icestorm/nextpnr/test_icestorm_0.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ verilog_defaults -push
verilog_defaults -add -defer

verilog_defaults -add -I.
read_verilog -sv {sv_file.sv}
source {tcl_file.tcl}
read_verilog {vlog_file.v}
read_verilog {vlog05_file.v}
read_verilog -sv {sv_file.sv}
source {tcl_file.tcl}
read_verilog {vlog_file.v}
read_verilog {vlog05_file.v}

chparam -set vlogparam_bool 1 top_module
chparam -set vlogparam_int 42 top_module
Expand Down
8 changes: 4 additions & 4 deletions tests/test_icestorm/test_icestorm_0.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ verilog_defaults -push
verilog_defaults -add -defer

verilog_defaults -add -I.
read_verilog -sv {sv_file.sv}
source {tcl_file.tcl}
read_verilog {vlog_file.v}
read_verilog {vlog05_file.v}
read_verilog -sv {sv_file.sv}
source {tcl_file.tcl}
read_verilog {vlog_file.v}
read_verilog {vlog05_file.v}

chparam -set vlogparam_bool 1 top_module
chparam -set vlogparam_int 42 top_module
Expand Down

0 comments on commit 8aec3ce

Please sign in to comment.