Restored \TLV test_prog() for reference solutions.

This commit is contained in:
Steve Hoover 2021-02-26 19:56:16 -05:00
parent 67042549b7
commit 4efdd7838c
3 changed files with 5 additions and 4 deletions

View File

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

View File

@ -6,7 +6,7 @@
m4_include_lib(['https://raw.githubusercontent.com/stevehoover/LF-Building-a-RISC-V-CPU-Core/main/lib/risc-v_shell_lib.tlv'])
//---------------------------------------------------------------------------------
// /====================\
// | Sum 1 to 9 Program |
@ -34,10 +34,11 @@
m4_define(['M4_MAX_CYC'], 50)
//---------------------------------------------------------------------------------
\SV
m4_makerchip_module // (Expanded in Nav-TLV pane.)
\TLV
$reset = *reset;

View File

@ -18,7 +18,7 @@
// ----------------------------------
// Include solutions.
m4_include_makerchip_hidden(['LF_workshop_solutions.private.tlv'])
m4_include_makerchip_hidden(['LF_workshop_solutions.private.tlv'])
\SV
// Macro providing required top-level module definition, random