Add CLK label to htmlgen.py

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-19 09:31:24 +01:00 committed by Tim 'mithro' Ansell
parent 27be7c5477
commit f26fb3b817
1 changed files with 2 additions and 0 deletions

View File

@ -237,6 +237,8 @@ for segtype in segbits.keys():
label = "FALT"
if re.match("^INT_[LR].[SNWE][RL]", bn):
label = "RL"
if re.match("^INT_[LR].CLK", bn):
label = "CLK"
piptypes[bit_pos] = label
title.append(bn)