Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mistral: Debugging carry chain issues | gatecat | 2021-05-15 | 2 | -13/+34 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Adding FF control set reservation | gatecat | 2021-05-15 | 3 | -58/+148 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Carry fixes | gatecat | 2021-05-15 | 2 | -3/+16 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Carry debugging | gatecat | 2021-05-15 | 3 | -41/+11 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Write arith mode to bitstream (not yet functional) | gatecat | 2021-05-15 | 2 | -2/+18 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: First pass at carry packing | gatecat | 2021-05-15 | 4 | -8/+82 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: FF validity checking fixes | gatecat | 2021-05-15 | 1 | -7/+13 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Fix constant trimming | gatecat | 2021-05-15 | 2 | -1/+2 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Write LUT inits | gatecat | 2021-05-15 | 2 | -1/+72 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Add some IO configuration | gatecat | 2021-05-15 | 1 | -0/+30 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Setting some more boilerplate bits | gatecat | 2021-05-15 | 3 | -1/+118 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Add stub RBF generation | gatecat | 2021-05-15 | 4 | -9/+108 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Rename clock buffer primitive | gatecat | 2021-05-15 | 2 | -2/+3 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Python and GUI stub | gatecat | 2021-05-15 | 6 | -0/+350 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Implement some misc. things | gatecat | 2021-05-15 | 4 | -10/+78 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Some preps for generating bitstreams | gatecat | 2021-05-15 | 4 | -28/+131 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Adding a function for computing ALM LUT masks | gatecat | 2021-05-15 | 2 | -0/+90 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Add IO packing | gatecat | 2021-05-15 | 5 | -8/+135 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Add a basic QSF parser | gatecat | 2021-05-15 | 4 | -1/+295 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Add some packing logic based on nexus | gatecat | 2021-05-15 | 4 | -3/+202 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Working on FF validity checking | gatecat | 2021-05-15 | 2 | -1/+117 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Add the 'pin style' stuff based on Nexus | gatecat | 2021-05-15 | 2 | -0/+112 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Working on ALM input assignment | gatecat | 2021-05-15 | 2 | -2/+118 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Add stub pack/place/route functions | gatecat | 2021-05-15 | 5 | -5/+143 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | mistral: Renamed arch from cyclonev | gatecat | 2021-05-15 | 9 | -4/+4 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | cyclonev: Rebase update | gatecat | 2021-05-15 | 1 | -1/+3 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | cyclonev: More validity checking thoughts | gatecat | 2021-05-15 | 5 | -7/+49 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | cyclonev: Add validity check and IO bels | gatecat | 2021-05-15 | 5 | -9/+92 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | cyclonev: First (untested) pass at ALM validity checking | gatecat | 2021-05-15 | 2 | -40/+135 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | cyclonev: More preparations for validity checking | gatecat | 2021-05-15 | 5 | -7/+159 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | cyclonev: Preparations for validity checking | gatecat | 2021-05-15 | 2 | -0/+37 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | cyclonev: Fix some archcheck fails | gatecat | 2021-05-15 | 3 | -4/+6 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | cyclonev: Rework bels | gatecat | 2021-05-15 | 3 | -97/+76 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | cyclonev: Outline LAB structure | gatecat | 2021-05-15 | 4 | -4/+207 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | cyclonev: Outline functions for creating bels/wires/pips | gatecat | 2021-05-15 | 2 | -3/+104 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | archcheck: Use old connectivity check for CycloneV | gatecat | 2021-05-15 | 1 | -1/+29 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | cyclonev: Add routing graph | gatecat | 2021-05-15 | 2 | -4/+73 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | cyclonev: Add names and archcheck fixes | gatecat | 2021-05-15 | 5 | -54/+138 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | cyclonev: Add some range types | gatecat | 2021-05-15 | 1 | -7/+69 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | cyclonev: Add enough stubs that it links | gatecat | 2021-05-15 | 4 | -28/+147 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | cyclonev: Add wire and pip types | gatecat | 2021-05-15 | 2 | -12/+45 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | cyclonev: Add some useful constids | gatecat | 2021-05-15 | 3 | -0/+76 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | cyclonev: Update in line with nextpnr changes | gatecat | 2021-05-15 | 5 | -239/+128 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | build bel list in constructor | Dan Ravensloft | 2021-05-15 | 2 | -44/+35 |
| | |||||
* | current progress | Dan Ravensloft | 2021-05-15 | 3 | -23/+118 |
| | |||||
* | bind/unbind bel | Dan Ravensloft | 2021-05-15 | 2 | -0/+36 |
| | |||||
* | Resolve feedback | Dan Ravensloft | 2021-05-15 | 3 | -7/+7 |
| | |||||
* | couple of functions implemented | Dan Ravensloft | 2021-05-15 | 3 | -234/+114 |
| | |||||
* | cyclonev: basic platform | Dan Ravensloft | 2021-05-15 | 5 | -1/+579 |
| | |||||
* | Merge pull request #706 from acomodi/fix-illegal-site-thru | gatecat | 2021-05-14 | 3 | -21/+62 |
|\ | | | | | interchange: pseudo pips: fix illegal tile pseudo PIPs |