Unai Martinez-Corral

Results 614 comments of Unai Martinez-Corral

Vivado Simulator does not support several features of VHDL 2008 and it's lacking some of VHDL 1993. Therefore, it's better to use any other simulator with proper language support. See...

Currently, microwatt can only be used with GHDL's LLVM or GCC backends, not mcode. That is because how the Makefile was written for integrating the simulation RAM model written in...

@LarsAsplund can you please rebase so it's easier to see the enhancements in this PR?

@Sairam-Ganti I suggest to try GHDL with LLVM or GCC backend, instead of mcode.

In 'Building example designs' > 'Xilinx 7-Series' there is a list of examples: https://f4pga-examples.readthedocs.io/en/latest/building-examples.html#xilinx-7-series. The 'Counter test' example includes guidelines for Zybo Z7: https://f4pga-examples.readthedocs.io/en/latest/xc7/counter_test.html. There is a gif of the...

See https://github.com/spf13/cobra/pull/1984.

@marckhouzam can we milestone this for 1.8.0?

@marckhouzam I rebased on top of main and CI succeeded. Can we have this merged?

There are both technical and tactical reasons. On the technical side, having separated commands/options to add VHDL and Verilog builtins (instead of overriding the same one) allows us to more...

FTR, steveicarus/iverilog#191 was implemented. According to https://github.com/steveicarus/iverilog/issues/191#issuecomment-927945096, steveicarus/iverilog#192 is the remaining required feature for VUnit support.