Added new stuff to readme

Signed-off-by: Joppe Blondel <joppe@blondel.nl>
This commit is contained in:
2022-09-09 17:55:07 +02:00
parent 8f03d29894
commit 346de9cdd4

View File

@ -8,6 +8,9 @@ Remotesyn is a tool which proves a general abstraction for HDL/FPGA toolchains s
+ Xilinx VIVADO synthesis and bitstream generation [`VIVADO`]
+ Xilinx Vivado IP core generation [`VIVADO-IP`]
+ Xilinx xsim (Vivado) simulation (pre and post synthesis) [`xsim`]
+ Makefile build [`make`]
+ QEMU simulation (nographic mode) [`qemu`]
+ QuestaSim simulation [`questa`]
The HDL project is configured with a config file (in ini format) and should provide execution targets specified by a `[target.<target_name>]` tag with a toolchain setting (see the example directory for examples).