Request: Upgrade nix scripts & example codes to use nmigen-v0.1rc1 #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "nmigen-v0.1rc1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Major changes as follows:
eda/nmigen.nix
: now uses version 0.1rc1 of nmigen on PyPi.eda/nmigen-boards.nix
: now uses835c175
, which also changes the syntax used by the example nmigen code (see below for details).overlay.nix
: now uses version 0.9 of yosys on GitHub, with the right berkeley-abc version.cores/minerva.nix
: now uses0518621
, which uses and requires nmigen v0.1rc1 (from PyPi).examples/simplesoc_ecp5.py
: now uses syntax from nmigen v0.1rc1:"led"
(not"user_led"
)Memory
object must now be initiated with keyword-only arguments