Skip to content

Commit ebd2ab4

Browse files
committed
ol2/tt_top: custom analog pin routing for tt_um_algofoogle_antonalog
Replace tt_um_NicklausThompson_555_1x1 with tt_um_algofoogle_antonalog for the time being, as the former is just an empty project ATM.
1 parent df79955 commit ebd2ab4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ol2/tt_top/odb_route_analog_pins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def route_analog_pins(
5858
encoder.addTechVia(via3)
5959
encoder.addPoint(319855, 987490)
6060
encoder.end()
61-
if inst.getMaster().getName() == "tt_um_NicklausThompson_555_1x1":
61+
if inst.getMaster().getName() == "tt_um_algofoogle_antonalog":
6262
for term in inst.getITerms():
6363
net = term.getNet()
6464
if net.getName() == "pad_raw[59]":

rtl/tt_user_module.v.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module tt_user_module #(
7373
% if mod.name == "htfab_r2r_dac":
7474
.ua ({ana[12]}),
7575
% endif
76-
% if mod.name == "NicklausThompson_555_1x1":
76+
% if mod.name == "algofoogle_antonalog":
7777
.ua ({ana[13], ana[14], ana[15]}),
7878
% endif
7979
.uio_in (uio_in),

0 commit comments

Comments
 (0)