forked from Github_Repos/cvw
Fixed typo in DC setup for memories
This commit is contained in:
parent
c9b56f9acc
commit
129380db0b
@ -48,7 +48,7 @@ set cache_read $cache_write
|
||||
lappend search_path ./scripts
|
||||
lappend search_path ./hdl
|
||||
lappend search_path ./mapped
|
||||
if {$tech="tsmc28"} {}
|
||||
if {$tech == "tsmc28"} {
|
||||
set memory /home/jstine/WallyMem/rv64gc/
|
||||
lappend target_library $memory/ts3n28hpcpa128x64m8m_130a/NLDM/ts3n28hpcpa128x64m8m_tt0p9v25c.db
|
||||
lappend target_library $memory/ts1n28hpcpsvtb64x128m4sw_180a/NLDM/ts1n28hpcpsvtb64x128m4sw_tt0p9v25c.db
|
||||
|
Loading…
Reference in New Issue
Block a user