2025-01-23 Setting up the Environment

Today I looked at trying to setup the tutorial discussed in 2025-01-20 Getting Setup. I realized as a part of that that for development and testing, it'd be better to move some of the test code I use to synthesize using vanilla yosys to be in a new directory, and to setup the new Makefile used to build and test my plugin.

Aside

I saw that Antmicro setup a UHDM System Verilog Frontent frontend, so later on I may want to setup using the plugin. It'd be good to see how a better setup plugin sets their code up as well.

I'll keep on working on this part. There's going to be a lot of setup and running tests with gdb to get the feel of how things like RTL Intermediate Language (RTLIL) works (I'll add notes there as things progress).