Genus fix
Без данной правки дизайн не может быть синтезирован в Genus
Error : Reference to undeclared variable. A variable/parameter must be declared before it is referenced. [VLOGPT-20] [read_hdl]
: Symbol 'neu_ns_u' in file 'accelerator.v' on line 53, column 28.
: Verilog module is using a parameter that is not defined in the module. You will get a notification for this, if you read the verilog file using the read_hdl command.
.spk_out(ns_ac_spk),
Провода ns_ac_spk
, ns_neu_u_ien
, neu_ns_u
, ns_neu_u_in
были использованы при инстанцировании neuron_selector
прежде чем были объявлены. В правке просто передвинул объявление до инстанцирования.