mirror of https://github.com/openXC7/prjxray.git
Update htmlgen
Signed-off-by: Clifford Wolf <clifford@clifford.at> Signed-off-by: Tim 'mithro' Ansell <mithro@mithis.com>
This commit is contained in:
parent
40894fcb00
commit
a28e0bed8a
|
|
@ -245,6 +245,9 @@ for segtype in segbits.keys():
|
|||
if re.match("^INT_[LR].CTRL", bn):
|
||||
bgcolor = "#7755ff"
|
||||
label = "CTRL"
|
||||
if re.match("^INT_[LR].GFAN", bn):
|
||||
bgcolor = "#7755ff"
|
||||
label = "GFAN"
|
||||
piptypes[bit_pos] = label
|
||||
title.append(bn)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue