Update htmlgen

Signed-off-by: Clifford Wolf <clifford@clifford.at>
Signed-off-by: Tim 'mithro' Ansell <mithro@mithis.com>
This commit is contained in:
Clifford Wolf 2017-11-20 00:22:18 +01:00 committed by Tim 'mithro' Ansell
parent 40894fcb00
commit a28e0bed8a
1 changed files with 3 additions and 0 deletions

View File

@ -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)