Palle Ravn

Results 2 issues of Palle Ravn

It's possible to get VCD files out of xsim by adding a build target to the Edalize Makefile as ```Make run-vcd: xsim.dir/$(TARGET)/xsimk xsim -t xsim_script.tcl $(XSIM_OPTIONS) $(TARGET) $(EXTRA_OPTIONS) ``` with...

Follow the 6 steps to add support for a new target. Step 1: Locate input and output pins. Step 2: Add pin constraint file. This covers clock input, LED and...