Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let top tiles be on top | Miodrag Milanovic | 2023-03-16 | 1 | -3/+3 |
| | |||||
* | Enable wires and add dummy wire type for now | Miodrag Milanovic | 2023-03-16 | 5 | -7/+37 |
| | |||||
* | Basic GUI part selection | Miodrag Milanovic | 2023-03-16 | 3 | -23/+36 |
| | |||||
* | Fix examples | Miodrag Milanovic | 2023-03-16 | 5 | -6/+6 |
| | |||||
* | Extend chipdb with metadata | Miodrag Milanovic | 2023-03-16 | 11 | -216/+192 |
| | |||||
* | add new field handling in chip config format | Miodrag Milanovic | 2023-03-16 | 2 | -0/+4 |
| | |||||
* | Add simple BEL graphics | Miodrag Milanovic | 2023-03-16 | 5 | -1/+245 |
| | |||||
* | Make small GUI changes | Miodrag Milanovic | 2023-03-16 | 6 | -14/+77 |
| | |||||
* | Expand list of possible devices | Miodrag Milanovic | 2023-03-16 | 2 | -4/+29 |
| | |||||
* | Remove anoying warning from cmake | Miodrag Milanovic | 2023-03-16 | 1 | -1/+2 |
| | |||||
* | ecp5: Update GUI rendering to match arch changes | gatecat | 2023-03-16 | 1 | -25/+81 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | clangformat | gatecat | 2023-03-16 | 1 | -66/+42 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | router1: Add error when dest port has no wire | gatecat | 2023-03-06 | 1 | -0/+4 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | fabulous: Misc improvements | gatecat | 2023-02-28 | 3 | -2/+24 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | fabulous: Support for complex flops in PnR | gatecat | 2023-02-28 | 4 | -4/+37 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | ice40: Add python binding for write_bitstream | gatecat | 2023-02-28 | 1 | -0/+14 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | fabulous: Add timing model for carries | gatecat | 2023-02-27 | 1 | -0/+20 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | fabulous: LUT permutation support | gatecat | 2023-02-27 | 4 | -2/+102 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | fabulous: Global constant wires scheme | gatecat | 2023-02-23 | 6 | -15/+140 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | CMake: detect platform support for threads | Catherine | 2023-02-23 | 1 | -14/+13 |
| | |||||
* | common: disable parallel refinement only without threads. | Catherine | 2023-02-23 | 5 | -9/+9 |
| | | | | Previously it was always disabled on WebAssembly builds. | ||||
* | common: update deprecated use of `boost::filesystem::basename`. | Catherine | 2023-02-23 | 1 | -2/+2 |
| | |||||
* | CMake: check if warning flag is supported before use. | Catherine | 2023-02-23 | 1 | -1/+9 |
| | | | | Clang 11 is failing on -Wno-format-truncation. | ||||
* | Merge pull request #1108 from whitequark/fix-includes | Catherine | 2023-02-23 | 2 | -0/+3 |
|\ | | | | | common: add missing includes for libc++ | ||||
| * | common: add missing includes for libc++. | Catherine | 2023-02-23 | 2 | -0/+3 |
|/ | |||||
* | Merge pull request #1106 from YosysHQ/gatecat/fab_carry | myrtle | 2023-02-21 | 3 | -10/+122 |
|\ | | | | | fabulous: Add support for packing carry chains | ||||
| * | fabulous: Add support for packing carry chains | gatecat | 2023-02-21 | 3 | -10/+122 |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Merge pull request #1103 from rodgert/master | myrtle | 2023-02-21 | 1 | -0/+1 |
|\ | | | | | Include <cstdint> in common/kernel/hashlib.h | ||||
| * | Include <cstdint> in common/kernel/hashlib.h | Thomas W Rodgers | 2023-02-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | The definitions for uint32_t, uint64_t report as undefined when compiling under GCC13. They were previously found by transitive includes, but this is not guaranteed to work, and GCC13 forced the issue. | ||||
* | | Merge pull request #1105 from YosysHQ/gatecat/nexus-io-error | myrtle | 2023-02-21 | 1 | -0/+10 |
|\ \ | |/ |/| | nexus: Check IO-bank compatibility | ||||
| * | nexus: Check IO-bank compatibility | gatecat | 2023-02-21 | 1 | -0/+10 |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | fabulous: Further tweak magic numbers | gatecat | 2023-02-16 | 1 | -3/+3 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Merge pull request #1102 from rowanG077/print-random-seed | myrtle | 2023-02-16 | 1 | -1/+3 |
|\ | | | | | common: Print out generated seed value | ||||
| * | common: Print out generated seed value | rowanG077 | 2023-02-16 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #1101 from YosysHQ/gatecat/fab-fake-timings | myrtle | 2023-02-16 | 2 | -6/+46 |
|\ \ | |/ |/| | fabulous: Add fake timings | ||||
| * | fabulous: Add fake timings | gatecat | 2023-02-16 | 2 | -6/+46 |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Merge pull request #1092 from rowanG077/werror | myrtle | 2023-02-14 | 3 | -9/+29 |
|\ | | | | | common: Implement Werror flag | ||||
| * | common: Implement Werror flag | rowanG077 | 2023-02-13 | 3 | -9/+29 |
| | | |||||
* | | Update links to IceStorm in README | Catherine | 2023-02-14 | 1 | -3/+3 |
| | | | | | | Fixes #1099. | ||||
* | | Merge pull request #1098 from YosysHQ/lofty/fix-machxo2-pybindings | myrtle | 2023-02-13 | 1 | -2/+2 |
|\ \ | | | | | | | machxo2: Fix Python bindings for pip iterators | ||||
| * | | machxo2: Fix Python bindings for pip iterators | Lofty | 2023-02-13 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #1090 from rowanG077/ecp5-propagate-dcsc-clk-ct | myrtle | 2023-02-13 | 2 | -14/+160 |
|\ \ | | | | | | | ecp5: Propagate clock constraints through DCSC | ||||
| * | | streamline constant_net detection | rowanG077 | 2023-02-06 | 2 | -4/+8 |
| | | | |||||
| * | | ecp5: DSCS clock propagation if modesel is 0 constant | rowanG077 | 2023-02-06 | 1 | -52/+99 |
| | | | |||||
| * | | ecp5: Propagate clock constraints through DSCS | rowanG077 | 2023-02-01 | 1 | -12/+107 |
| |/ | |||||
* | | Merge pull request #1097 from YosysHQ/gatecat/fab-bram-fix | myrtle | 2023-02-10 | 2 | -6/+25 |
|\ \ | | | | | | | fabulous: Improve names for BRAM bels | ||||
| * | | fabulous: Improve names for BRAM bels | gatecat | 2023-02-10 | 2 | -6/+25 |
|/ / | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | | Merge pull request #1096 from YosysHQ/gatecat/ecp5-ioce-fix | myrtle | 2023-02-10 | 1 | -2/+8 |
|\ \ | | | | | | | ecp5: Handle the case where both CE are the same constant | ||||
| * | | ecp5: Handle the case where both CE are the same constant | gatecat | 2023-02-09 | 1 | -2/+8 |
|/ / | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | | Merge pull request #1094 from uis246/master | myrtle | 2023-02-07 | 2 | -0/+21 |
|\ \ | | | | | | | gowin: Add bels for new types of oscillators |