forked from libre-chip/fayalite
add support for incomplete_wire -- a wire that you can supply the type of later
This commit is contained in:
parent
ff94dda922
commit
df55a514e4
5 changed files with 231 additions and 8 deletions
|
@ -65,6 +65,7 @@ mod kw {
|
|||
custom_keyword!(hdl);
|
||||
custom_keyword!(hdl_module);
|
||||
custom_keyword!(input);
|
||||
custom_keyword!(incomplete_wire);
|
||||
custom_keyword!(instance);
|
||||
custom_keyword!(m);
|
||||
custom_keyword!(memory);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue