From 0dae4321ffe79ba680bf5bf2a92e3a016972bc8d Mon Sep 17 00:00:00 2001 From: Steve Hoover Date: Sun, 28 Mar 2021 19:59:52 -0400 Subject: [PATCH] Update risc-v_solutions.tlv Applied a workaround to breaking changes in M4 processing affecting hiding mechanism. These changes are to be reverted once the issue is properly fixed. --- risc-v_solutions.tlv | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/risc-v_solutions.tlv b/risc-v_solutions.tlv index 688ee95..3486a98 100644 --- a/risc-v_solutions.tlv +++ b/risc-v_solutions.tlv @@ -18,6 +18,7 @@ // ---------------------------------- // Include solutions. + m4_define(['M4_FMT_NO_SOURCE'], 1) m4_include_makerchip_hidden(['LF_workshop_solutions.private.tlv']) \SV @@ -25,7 +26,8 @@ // stimulus support, and Verilator config. m4_makerchip_module // (Expanded in Nav-TLV pane.) \TLV - + \source ./LFworkshopsolutions.private.tlv 7 + \end_source //=================\ // Choose Your Lab | @@ -42,4 +44,4 @@ \SV - endmodule \ No newline at end of file + endmodule