forked from libre-chip/fayalite
correctly handle hdl byte literal suffixes
This commit is contained in:
parent
c2e5ea8e89
commit
63fd038729
2 changed files with 11 additions and 8 deletions
|
@ -57,7 +57,7 @@ pub fn my_module(width: usize) {
|
|||
m.connect(
|
||||
o,
|
||||
#[hdl]
|
||||
[r, r, 13_hdl_u8],
|
||||
[r, r, b'\r'_hdl],
|
||||
);
|
||||
m.connect(o[1], 30_hdl_u8);
|
||||
m.connect(o2, i2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue