learn-fpga-amaranth icon indicating copy to clipboard operation
learn-fpga-amaranth copied to clipboard

Code for Bruno Levy's learn-fpga tutorial written in Amaranth HDL

Results 4 learn-fpga-amaranth issues
Sort by recently updated
recently updated
newest added

I noticed that the **LOAD** state wasn't being reached even though *isLoad* was active. Looking at Bruno's code it is using ternary operator to select *state* which, for Amaranth, I...

Hello I am trying out the Amaranth RISC-V steps you made here, and trying to see if it works on the ULX3S board. I also have a TangNano9k so I...

The simulations use `.add_sync_process()`, which emits a deprecation warning. I am very new to Amaranth, so I may be missing something, but `.add_process()` appears to work just fine.

Hello @bl0x, First off let me thank you for your project. It is interesting and I am going to try and follow it to gain an understanding of amaranth. I...