Restored \TLV test_prog() for reference solutions.
This commit is contained in:
parent
67042549b7
commit
4efdd7838c
|
@ -114,7 +114,7 @@ m4+definitions(['
|
|||
'])
|
||||
|
||||
\TLV test_prog()
|
||||
m4_test_prog()
|
||||
m4_test_prog(['TLV'])
|
||||
|
||||
// Register File
|
||||
\TLV rf(_entries, _width, $_reset, $_port1_en, $_port1_index, $_port1_data, $_port2_en, $_port2_index, $_port2_data, $_port3_en, $_port3_index, $_port3_data)
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
|
||||
\SV
|
||||
m4_makerchip_module // (Expanded in Nav-TLV pane.)
|
||||
|
||||
\TLV
|
||||
|
||||
$reset = *reset;
|
||||
|
|
Loading…
Reference in New Issue