mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-24 13:57:07 -04:00
Replaced fpga top level verilog with system verilog.
This commit is contained in:
parent
57f163f103
commit
dab9d7ab3c
2 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ read_verilog -sv ../src/CopiedFiles_do_not_add_to_repo/cvw.sv
|
|||
read_verilog -sv ../src/wallypipelinedsocwrapper.sv
|
||||
# then read top level
|
||||
if {$board=="ArtyA7"} {
|
||||
read_verilog {../src/fpgaTopArtyA7.v}
|
||||
read_verilog {../src/fpgaTopArtyA7.sv}
|
||||
} else {
|
||||
read_verilog {../src/fpgaTop.v}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue