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() \TLV test_prog()
m4_test_prog() m4_test_prog(['TLV'])
// Register File // 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) \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']) 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 | // | Sum 1 to 9 Program |
@ -34,10 +34,11 @@
m4_define(['M4_MAX_CYC'], 50) m4_define(['M4_MAX_CYC'], 50)
//--------------------------------------------------------------------------------- //---------------------------------------------------------------------------------
\SV \SV
m4_makerchip_module // (Expanded in Nav-TLV pane.) m4_makerchip_module // (Expanded in Nav-TLV pane.)
\TLV \TLV
$reset = *reset; $reset = *reset;

View File

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