| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Clang 11 is failing on -Wno-format-truncation.
|
|\
| |
| | |
common: add missing includes for libc++
|
|/ |
|
|\
| |
| | |
fabulous: Add support for packing carry chains
|
|/
|
|
| |
Signed-off-by: gatecat <gatecat@ds0.me>
|
|\
| |
| | |
Include <cstdint> in common/kernel/hashlib.h
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
|/| |
nexus: Check IO-bank compatibility
|
|/
|
|
| |
Signed-off-by: gatecat <gatecat@ds0.me>
|
|
|
|
| |
Signed-off-by: gatecat <gatecat@ds0.me>
|
|\
| |
| | |
common: Print out generated seed value
|
| | |
|
|\ \
| |/
|/| |
fabulous: Add fake timings
|
|/
|
|
| |
Signed-off-by: gatecat <gatecat@ds0.me>
|
|\
| |
| | |
common: Implement Werror flag
|
| | |
|
| |
| |
| | |
Fixes #1099.
|
|\ \
| | |
| | | |
machxo2: Fix Python bindings for pip iterators
|
|/ / |
|
|\ \
| | |
| | | |
ecp5: Propagate clock constraints through DCSC
|
| | | |
|
| | | |
|
| |/ |
|
|\ \
| | |
| | | |
fabulous: Improve names for BRAM bels
|
|/ /
| |
| |
| | |
Signed-off-by: gatecat <gatecat@ds0.me>
|
|\ \
| | |
| | | |
ecp5: Handle the case where both CE are the same constant
|
|/ /
| |
| |
| | |
Signed-off-by: gatecat <gatecat@ds0.me>
|
|\ \
| | |
| | | |
gowin: Add bels for new types of oscillators
|
|/ / |
|
|\ \
| | |
| | | |
gowin: Add PLL support for the GW1NR-9 chip
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
ice40: Add support for PLL ICEGATE function
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bits are 0 by default anyway, so if they are unknown (because icestorm
is too od) but we want them at 0 ... it's not much of an issue.
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Technically you can enable it independently on CORE and GLOBAL
output, but this is not exposed in the classic primitive, so
we do the same as icecube2 and enable/disable it for both output
path depending on the argument
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
|
|\ \ \
| |_|/
|/| | |
ecp5: LOCATE in LPF works on singleton vector
|
|/ / |
|
|\ \
| | |
| | | |
ice40: Improve `output` handling vs pull-ups and undriven
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If a port specified as output (and thus had a $nextpnr_obuf inserted)
is undriven (const `z` or const `x`), we make sure to not enable
the output driver. Also enable pull-ups if it was requested by the user.
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We try to copy the attribute only when there is a chance for
the output driver to not be active.
Note that this can _also_ happen when a port is specified as
output but has a TBUF, which the previous code wasn't handling.
We could copy the attribute "all-the-time" but this would
mean if a user specified a `-pullup yes` in the PCF for a
permanently driven output pin, we'd be burning power for
nothing.
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
|
| |
| |
| |
| | |
Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
|
| |
| |
| |
| | |
Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
|
| |
| |
| |
| | |
Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
|
|/
|
|
|
|
|
|
|
| |
And also unified the fixing of PLL to bels: the point is that PLL being
at a certain location has the possibility to use a direct implicit wire
to the clock source, but once we decide to use this direct wire, the PLL
can no longer be moved.
Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
|
|\
| |
| | |
ecp5: Improve IOFF CE handling robustness
|
| |
| |
| |
| | |
Signed-off-by: gatecat <gatecat@ds0.me>
|
|\ \
| | |
| | | |
gowin: Add PLL support for the GW1NR-9C chip
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This chip is used in the Tangnano9k board.
* all parameters of the rPLL primitive are supported;
* all PLL outputs are treated as clock sources and optimized routing
is applied to them;
* primitive rPLL on different chips has a completely different
structure: for example in GW1N-1 it takes two cells, and in GW1NR-9C
as many as four, despite this unification was carried out and
different chips are processed by the same functions, but this led to
the fact that you can not use the PLL chip GW1N-1 with the old
apicula bases - will issue a warning and refuse to encode primitive.
In other cases compatibility is supported.
* Cosmetic change: the usage report shows the rPLL names without any
service bels.
* I use ctx->idf() on occasion, it's not a total redesign.
Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
|
|/
|
|
| |
Signed-off-by: gatecat <gatecat@ds0.me>
|
|\
| |
| | |
use eigen as an IMPORTED target in CMake
|
|/
|
|
|
|
|
|
|
|
| |
Eigen considers the EIGEN3_INCLUDE_DIRS and EIGEN3_DEFINITIONS variables
to be deprecated and they will no longer be exported in the next release
after 3.4.0:
https://gitlab.com/libeigen/eigen/-/commit/f2984cd0778dd0a1d7e74216d826eaff2bc6bfab
Use the IMPORTED target instead, which seems to be the preferred way of
consuming third-party CMake libraries.
|