Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Parser | YRabbit | 2021-07-05 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | Signed-off-by: YRabbit <rabbit@yrabbit.cyou> | |||||
| | * | | Merge branch 'master' into io_port | YRabbit | 2021-07-03 | 1 | -2/+13 | |
| | |\ \ | ||||||
| | * | | | Fix parser. Comments and IO_PORT | YRabbit | 2021-07-03 | 1 | -11/+9 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: YRabbit <rabbit@yrabbit.cyou> | |||||
| | * | | | Syntax | YRabbit | 2021-07-02 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: YRabbit <rabbit@yrabbit.cyou> | |||||
| | * | | | Add IO_PORT parsing | YRabbit | 2021-07-02 | 1 | -14/+27 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: YRabbit <rabbit@yrabbit.cyou> | |||||
| * | | | | Merge pull request #756 from acomodi/fix-clustering-runtime | gatecat | 2021-07-08 | 5 | -7/+69 | |
| |\ \ \ \ | | | | | | | | | | | | | interchange: reduce run-time to check dedicated interconnect | |||||
| | * | | | | interchange: bump python-interchange version | Alessandro Comodi | 2021-07-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
| | * | | | | interchange: update chipdb version | Alessandro Comodi | 2021-07-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
| | * | | | | interchange: reduce run-time to check dedicated interconnect | Alessandro Comodi | 2021-07-08 | 4 | -5/+67 | |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
* / / / / | ice40: Fix order of values in error | gatecat | 2021-07-10 | 1 | -1/+1 | |
|/ / / / | | | | | | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | | / | clangformat | gatecat | 2021-07-08 | 1 | -2/+1 | |
| |_|/ |/| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | | | Merge pull request #751 from trabucayre/gw1ns-2 | gatecat | 2021-07-06 | 3 | -7/+8 | |
|\ \ \ | | | | | | | | | add support for GW1NS-2 family | |||||
| * | | | .cirrus/Dockerfile.ubuntu20.04: update apycula to 0.0.1a9 | Gwenhael Goavec-Merou | 2021-07-06 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | add support for GW1NS-2 family | Gwenhael Goavec-Merou | 2021-07-06 | 2 | -6/+7 | |
| | |/ | |/| | | | | | | | Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> | |||||
* | | | Merge pull request #754 from YosysHQ/gatecat/ecp5-dcs | gatecat | 2021-07-06 | 4 | -11/+55 | |
|\ \ \ | | | | | | | | | ecp5: Add DCSC support | |||||
| * | | | ecp5: Add DCSC support | gatecat | 2021-07-06 | 4 | -11/+55 | |
| |/ / | | | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | | | Merge pull request #752 from YosysHQ/gatecat/du-mem-error | gatecat | 2021-07-06 | 1 | -1/+2 | |
|\ \ \ | | | | | | | | | design_utils: Fix memory error | |||||
| * | | | design_utils: Fix memory error | gatecat | 2021-07-06 | 1 | -1/+2 | |
| |/ / | | | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | | | Merge pull request #750 from YosysHQ/gatecat/io-improve | gatecat | 2021-07-06 | 10 | -59/+136 | |
|\ \ \ | |/ / |/| | | IO improvements for OBUFTDS | |||||
| * | | interchange: Allow pseudo pip wires to overlap with bound site wires on the ↵ | gatecat | 2021-07-06 | 3 | -17/+13 | |
| | | | | | | | | | | | | | | | | | | same net Signed-off-by: gatecat <gatecat@ds0.me> | |||||
| * | | router2: Dump pre-bound routes when routing fails in debug mode | gatecat | 2021-07-06 | 1 | -1/+11 | |
| | | | | | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
| * | | interchange: Improve search for PAD-attached bels | gatecat | 2021-07-06 | 2 | -41/+32 | |
| | | | | | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
| * | | interchange: tests: add obuftds test | Alessandro Comodi | 2021-07-06 | 6 | -0/+80 | |
|/ / | | | | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
* | | Merge pull request #748 from acomodi/fix-phys-net-writing | gatecat | 2021-07-02 | 1 | -2/+13 | |
|\ \ | |/ |/| | interchange: phys: skip only nets writing on disconnected out ports | |||||
| * | interchange: phys: skip only nets writing on disconnected out ports | Alessandro Comodi | 2021-07-02 | 1 | -2/+13 | |
|/ | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
* | Merge pull request #747 from cr1901/machxo2 | gatecat | 2021-07-01 | 9 | -13/+140 | |
|\ | | | | | MachXO2 Checkpoint 1 | |||||
| * | machxo2: Fix packing for directly-connected DFFs. | William D. Jones | 2021-07-01 | 3 | -9/+28 | |
| | | ||||||
| * | machxo2: Add VHDL primitives, demo, and script. | William D. Jones | 2021-07-01 | 4 | -0/+81 | |
| | | ||||||
| * | machxo2: Add a special case for pips whose config bits are in multiple | William D. Jones | 2021-07-01 | 1 | -0/+12 | |
| | | | | | | | | tiles. | |||||
| * | machxo2: Hardcode a rule for emitting U_/D_ or G_ prefixes in ASCII output. | William D. Jones | 2021-07-01 | 1 | -2/+17 | |
| | | ||||||
| * | machxo2: Set Pip and Wire delays to reasonable fake values mirroring | William D. Jones | 2021-07-01 | 1 | -2/+2 | |
| | | | | | | | | estimateDelay. | |||||
* | | Merge pull request #746 from YosysHQ/gatecat/ic-can-invert-const | gatecat | 2021-07-01 | 1 | -5/+9 | |
|\ \ | | | | | | | interchange: Handle canInvert PIPs when processing preferred constants | |||||
| * | | interchange: Handle canInvert PIPs when processing preferred constants | gatecat | 2021-07-01 | 1 | -5/+9 | |
| |/ | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | | Merge pull request #745 from YosysHQ/gatecat/ic-node-source | gatecat | 2021-07-01 | 1 | -0/+5 | |
|\ \ | |/ |/| | interchange: Handle case where routing source is a node | |||||
| * | interchange: Handle case where routing source is a node | gatecat | 2021-07-01 | 1 | -0/+5 | |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | clangformat | gatecat | 2021-07-01 | 1 | -1/+5 | |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | Merge pull request #744 from YosysHQ/gatecat/const-in-macro | gatecat | 2021-07-01 | 1 | -1/+1 | |
|\ | | | | | interchange: Fix handling of constants in macros | |||||
| * | interchange: Fix handling of constants in macros | gatecat | 2021-07-01 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | | Merge pull request #743 from YosysHQ/gatecat/site-rsv-ports | gatecat | 2021-07-01 | 5 | -0/+69 | |
|\ \ | | | | | | | interchange: Reserve site ports only reachable from dedicated routing | |||||
| * | | interchange: Reserve site ports only reachable from dedicated routing | gatecat | 2021-07-01 | 5 | -0/+69 | |
| |/ | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | | Merge pull request #742 from acomodi/interchange-do-not-output-zero-user-nets | gatecat | 2021-07-01 | 1 | -1/+12 | |
|\ \ | |/ |/| | interchange: phys: do not output nets which have no users | |||||
| * | interchange: phys: do not output nets which have no users | Alessandro Comodi | 2021-07-01 | 1 | -1/+12 | |
|/ | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
* | Merge pull request #741 from acomodi/fix-ded-interc | gatecat | 2021-06-30 | 1 | -8/+14 | |
|\ | | | | | interchange: fix dedicated interconnect exploration | |||||
| * | interchange: fix dedicated interconnect exploration | Alessandro Comodi | 2021-06-30 | 1 | -8/+14 | |
|/ | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | |||||
* | Merge pull request #739 from YosysHQ/gatecat/usp-io-macro | gatecat | 2021-06-30 | 5 | -1/+91 | |
|\ | | | | | interchange: Place entire IO macro based on routeability | |||||
| * | interchange: Fix dedicated interconnect check when site is the same | gatecat | 2021-06-30 | 1 | -1/+4 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
| * | interchange: Place IO macro content based on routing | gatecat | 2021-06-30 | 1 | -0/+79 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
| * | interchange: Track the macros that cells have been expanded from | gatecat | 2021-06-29 | 3 | -0/+8 | |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | |||||
* | | Merge pull request #738 from YosysHQ/json_load_reinit | gatecat | 2021-06-30 | 3 | -11/+11 | |
|\ \ | | | | | | | Preserve ArchArgs and reinit Context when applicable in GUI, fixes #737 | |||||
| * | | Preserve ArchArgs and reinit Context when applicable in GUI | Miodrag Milanovic | 2021-06-30 | 3 | -11/+11 | |
|/ / |