aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2
Commit message (Collapse)AuthorAgeFilesLines
* machxo2: Rework examples to test pack, place, and route phases.William D. Jones2021-02-126-18/+145
|
* machxo2: Make sure REGSET FF parameter is set in FACADE_SLICE. Init blinky ↵William D. Jones2021-02-122-1/+5
| | | | ctr to 0 for miter circuit.
* machxo2: Add LUT and FF packing functions.William D. Jones2021-02-123-5/+82
|
* machxo2: Always remove nextpnr_iobufs for now- assume manually instantiated ↵William D. Jones2021-02-122-1/+32
| | | | primitives.
* machxo2: Add constant packing implementation, fix bugs in create_machxo2_cell.William D. Jones2021-02-122-2/+73
|
* machxo2: Create basic cells for packing.William D. Jones2021-02-121-0/+104
|
* machxo2: Add initial set of constids for packing.William D. Jones2021-02-122-0/+111
|
* machxo2: Improve examples directory.William D. Jones2021-02-124-10/+23
|
* machxo2: synth directory (simulation, techmaps, synth script) is now ↵William D. Jones2021-02-123-103/+0
| | | | provided by yosys.
* machxo2: Stub out cells functions.William D. Jones2021-02-122-101/+8
|
* machxo2: Stub out arch API functions and members.William D. Jones2021-02-122-204/+70
|
* machxo2: Remove HeAP placer for now, fix typos.William D. Jones2021-02-121-25/+3
|
* machxo2: Remove generic packing.William D. Jones2021-02-122-253/+2
|
* machxo2: Start creating MachXO2CommandHandler.William D. Jones2021-02-125-33/+127
|
* machxo2: Remove generic API functions from Arch.William D. Jones2021-02-122-262/+0
|
* machxo2: Remove pybindings unneeded files from examples and update README.md ↵William D. Jones2021-02-1215-492/+17
| | | | and scripts accordingly. Delete resources directory.
* Update machxo2 backend with minimal build system changes so nextpnr compiles ↵William D. Jones2021-02-122-3/+13
| | | | again.
* Update machxo2 backend with build system changes.William D. Jones2021-02-126-116/+178
|
* Create sub import of facade DB for 1200 device.William D. Jones2021-02-123-0/+191
| | | | Signed-off-by: William D. Jones <thor0505@comcast.net>
* Create machxo2 backend (renamed from generic).gatecat2021-02-1225-0/+2300
Signed-off-by: William D. Jones <thor0505@comcast.net>