syntacore/scr1

syntax error on scr1_timer.sv

kuopinghsu opened this issue · 1 comments

it seems syntax error on following lines,

scr1_timer.sv:#16
input type_scr1_mem_cmd_e dmem_cmd,

Solution:
add include file before module is defined,

`include "scr1_memif.svh"

dp-sc commented

Fixed. Thank you.