mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
Removed redundant compare in setup file
This commit is contained in:
parent
c4f2f7d9f6
commit
c1f9599450
@ -66,7 +66,7 @@ set cache_read $cache_write
|
||||
lappend search_path ./scripts
|
||||
lappend search_path ./hdl
|
||||
lappend search_path ./mapped
|
||||
if {($tech == "tsmc28psyn") || ($tech == "tsmc28psyn")} {
|
||||
if {($tech == "tsmc28psyn")} {
|
||||
set memory /home/jstine/WallyMem/rv64gc/
|
||||
set osumemory /import/yukari1/pdk/TSMC/WallyMem/rv64gc/
|
||||
lappend target_library $memory/ts1n28hpcpsvtb64x128m4sw_180a/NLDM/ts1n28hpcpsvtb64x128m4sw_tt0p9v25c.db
|
||||
|
Loading…
Reference in New Issue
Block a user