-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor cleanup of asic soc design folders
-epochs0-gf12: fix defconfig -esp_asic_generic: uncomment vsim.tcl to fix JTAG simulation -esp_asic_generrric: fix whitespace in fpga_proxy_top.vhd
- Loading branch information
1 parent
db03395
commit d0e52ff
Showing
3 changed files
with
35 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#echo "Restarting simulation with SDF annotation for GF12 DCO and delay line" | ||
#set sdf "" | ||
#set TECHLIB $::env(TECHLIB) | ||
#set ESP_ROOT $::env(ESP_ROOT) | ||
#set VSIMOPT $::env(VSIMOPT) | ||
set sdf "" | ||
set TECHLIB $::env(TECHLIB) | ||
set ESP_ROOT $::env(ESP_ROOT) | ||
set VSIMOPT $::env(VSIMOPT) | ||
#foreach inst [find instances -nodu -bydu DCO_GF12_C14] { | ||
# append sdf "-sdfmax " | ||
# append sdf [string map {( [} [string map {) ]} $inst]] | ||
# append sdf "=${ESP_ROOT}/rtl/techmap/${TECHLIB}/wrappers/DCO_tt.sdf " | ||
#} | ||
#append sdf "-suppress 3438" | ||
#eval vsim $sdf $VSIMOPT | ||
eval vsim $sdf $VSIMOPT |