mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
Progress toward synthesis with parameterized design
This commit is contained in:
parent
208e1e4803
commit
46c62aff81
1 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@ set maxopt $::env(MAXOPT)
|
|||
set drive $::env(DRIVE)
|
||||
|
||||
eval file copy -force [glob ${cfg}/*.vh] {$outputDir/hdl/}
|
||||
eval file copy -force [glob ${hdl_src}/*.sv] {$outputDir/hdl/}
|
||||
eval file copy -force [glob ${hdl_src}/*/*.sv] {$outputDir/hdl/}
|
||||
eval file copy -force [glob ${hdl_src}/*/*/*.sv] {$outputDir/hdl/}
|
||||
|
||||
|
@ -37,7 +38,7 @@ if { $saifpower == 1 } {
|
|||
}
|
||||
|
||||
# Verilog files
|
||||
set my_verilog_files [glob $outputDir/hdl/*]
|
||||
set my_verilog_files [glob $outputDir/hdl/cvw.sv $outputDir/hdl/*.sv]
|
||||
|
||||
# Set toplevel
|
||||
set my_toplevel $::env(DESIGN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue