Connor Huffine
Connor Huffine
This works with my simple builds, but needs additional testing and validation for libraries and more complex GHDL usage. I will correct any problems as I encounter them.
I use GHDL with cocotb and am working to move to fusesoc. It looks like the cocotb flow currently only supports Icarus and modelsim. Based on the cocotb docs it...
Any variables added to a flow with `commands.add_var` do not survive to the output in Edaflow.py Should ```python # This is an input node. Inject dependency on pre_build scripts if...
Variants
Would it be possible to create variants of items? I can create a new revision of a part, but I have designs that have different parts and different grades of...
```fusesoc run axis_send_packet --vcd INFO: Preparing ::vlog_tb_utils:1.1-r1 INFO: Preparing ::axis_send_packet:0 iverilog -saxis_send_packet -svlog_tb_utils -c axis_send_packet_0.scr -o axis_send_packet_0 :0: error: parameter `DW` not found in `vlog_tb_utils`. :0: error: parameter `MSG_LEN` not...
I would like to enforce generics being listed in alphabetical order. Most generics I use are not grouped in any logical fashion, and being able to enforce alphabetization would be...
Using this snippet, constant_400 and constant_016 conflict ``` constant c_reg_desc : t_reg_descriptor_array(c_reg_count - 1 downto 0) := ( c_core_id_and_rev_reg_idx => ( addr_offset => c_core_id_and_rev_reg_idx * 4, size_words => 1, writable...