* <https://ftp.libre-soc.org/course_18oct2021>
* [[180nm_Oct2020]]
-<img src="https://ftp.libre-soc.org/course_18oct2021/drawing-2.svg" width=500 />
-
# Simple floorplan
[[!img simple_floorplan.png size="500x"]]
Overall it was a significant amount of work and it is entirely
automated `RTL2GDS`, no manual intervention required.
+
+<img src="https://ftp.libre-soc.org/course_18oct2021/drawing-2.svg" width=500 />
+
+coriolis2 converts verilog to BLIF using yosys and the Cell Library, then converts
+BLIF into a VHDL subset. This subset is extremely simple, comprising
+links (netlists) to cells and nothing more. It can be extracted and
+converted to actual VHDL and substituted successfully into verilator,
+ghdl or icarus simulations using cocotb (caveat: the files are enormous).