Rename nMigen to Amaranth HDL.

This commit is contained in:
whitequark 2021-12-10 05:39:50 +00:00
parent 0b28a97ca0
commit 909a3b8be7
200 changed files with 14493 additions and 14451 deletions

View file

@ -1,5 +1,5 @@
from nmigen import *
from nmigen.cli import main
from amaranth import *
from amaranth.cli import main
class ParMux(Elaboratable):