mirror of https://github.com/openXC7/prjxray.git
Merge pull request #1250 from litghost/fix_remap
Fix remap on new 074 code.
This commit is contained in:
commit
64379fff56
|
|
@ -21,8 +21,8 @@ proc get_speed_model_name {name} {
|
|||
# This isn't exactly correct, but it is a better model to use.
|
||||
# BSW_INT_LONG_MUX is a tl_buffer (which we don't really understand), and
|
||||
# BSW_INT_HLONG_MUX is not. This subsitution appears good enough for now.
|
||||
if { $name == "BSW_INT_LONG_MUX" } {
|
||||
set name "BSW_INT_HLONG_MUX"
|
||||
if { $name == "_BSW_INT_LONG_MUX" } {
|
||||
set name "_BSW_INT_HLONG_MUX"
|
||||
}
|
||||
|
||||
# Same here!
|
||||
|
|
|
|||
Loading…
Reference in New Issue