Filter
Exclude
Time range
-
Near
Replying to @yacineMTB
If you want to get up and running with a SoC without a lot of headache I’d recommend LiteX github.com/enjoy-digital/lit… You can then add peripherals on the bus, memory map CSRs, or custom CPU instructions or whatever you want in verilog, nMigen, Spinal, etc.
4
170
Interesting to see a nMigen version! If I read it correctly, it seems entirely combinational using 32 bits regs. How is Fmax? (my combinational version runs fine but fmax is below 25 MHz).
1
93
this project runs it with no CPU via a manual translation to nMigen github.com/davidar/fpgatoy
1
1
6
753
Question for my FPGA folks: what are the smallest pipelined RISC-V, in term of lines of code? and, is there any CPU written in migen (I mean no nmigen or amaranth)?
5
3
13
2,131
19 Sep 2023
I'm using nMigen (hardware description language for FPGA) interfacing design clues to create bindings for a GPU acceleration library for radio telescopes. What a great time to be alive.
1
2
26
1,415
Python is probably not the natural initial choice to describe RTL, but using it to describe your logic (with Migen, nMigen or Amaranth) has the advantage of providing you a very powerful pre-processor for your RTL a common language for almost all the tasks of your project.
1
6
Automatic conversion from verilog to CflexHDL: 6X faster simulation than with verilator! Soruce 8bitworkshop.com/v3.10.0/?pl… Parsing by the great yosys tool, so I also tested conversion from VHDL and nMigen Working now on @BrunoLevy01's FemtoRV RISC-V and @matthewvenn's VGA clock
8
12
80
I was looking for a very simple CPU for amaranth/nmigen in this precise moment :-D thanks!
2
1
3
tutorial: "How to do a SDR with nMigen and gnuradio" youtu.be/0QQvLDpwdLU?t=7335

5
Replying to @mkvenkit
That could be interesting. I am curious about how much nMigen or myHDL can replace traditional tools. What's their biggest limitation?
1
1
7 Mar 2022
Replying to @mkvenkit
Amaranth (used to be nmigen) github.com/amaranth-lang/ama…

8
Thinking of using Python for an FPGA book. I started writing with Verilog but it’s a painful language, and I am reconsidering.🙂 Any thoughts on nMigen or MyHDL? Are there other frameworks based on Python? Thanks for any suggestions!
25
13
138
amaranth HDL (alias nmigen) board support for the QMTech Kintex board has arrived. My board is still on the way, so I could not test physically yet, but here it is, ir you want to give it a try: github.com/amaranth-communit…

2
10
Anyhow, once again looking for a gig doing RTL (Verilog, VHDL, Amaranth/nMigen, Chisel/SpinalHDL) or embedded firmware (C, C , Rust) or Python. Experienced with ARM Cortex-M (including Nordic nRF52, Kinetis, TI, Renesas, STM32, Atmel SAM) 5/
1
5
See how easy is a LED blink with LiteX, nMigen (using other FPGA board needs just a one line change!)
1
5
Snad dorazim, mohl bych poreferovat amatersky o FPGA, python toolu nMigen a bastleni s tremi ruznymi fpga kity a LVDS LCD

Opět jsem se po roce seznámil zlehka s Verilogem a video 7:1 serializer v #GoWin FPGA mi začíná generovat správný průběh dat. Zatím na každém datovém vodiči mám nastavený 1 bit, abych správně zkontroloval zarovnání framu. Ten začíná v polovině logické 1 hodinového pulzu.
1
1
Hi nMigen-users, nMigen has been renamed to amaranth HDL. Consequently I updated all my projects. I also created a new space on GitHub for the amaranth community to share cores with each other: github.com/amaranth-communit…

5