aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/main.cc
Commit message (Collapse)AuthorAgeFilesLines
* machxo2: Remove no-iobs option. It was always enabled and should remain an ↵William D. Jones2021-12-161-3/+0
| | | | implementation detail.
* Fixing old emails and names in copyrightsgatecat2021-06-121-1/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Use hashlib in most remaining codegatecat2021-06-021-2/+2
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* machxo2: Use snake_case for non-ArchAPI functionsgatecat2021-02-121-6/+6
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* machxo2: clang format.William D. Jones2021-02-121-1/+1
|
* machxo2: Add/fix copyright banners.William D. Jones2021-02-121-1/+2
|
* machxo2: Add stub bitstream writer plus support files.William D. Jones2021-02-121-2/+10
|
* machxo2: Initialize Arch context with device type and package.William D. Jones2021-02-121-1/+17
|
* machxo2: Always remove nextpnr_iobufs for now- assume manually instantiated ↵William D. Jones2021-02-121-1/+1
| | | | primitives.
* machxo2: Start creating MachXO2CommandHandler.William D. Jones2021-02-121-10/+32
|
* Create machxo2 backend (renamed from generic).gatecat2021-02-121-0/+75
Signed-off-by: William D. Jones <thor0505@comcast.net>