azonenberg changed the topic of ##openfpga to: Open source tools for FPGAs, CPLDs, etc. Silicon RE, bitfile RE, synthesis, place-and-route, and JTAG are all on topic. Channel logs: https://libera.irclog.whitequark.org/~h~openfpga
Degi_ has joined ##openfpga
Degi has quit [Ping timeout: 240 seconds]
Degi_ is now known as Degi
Forty-Bot has joined ##openfpga
anticw has quit [Quit: Reconnecting]
anticw has joined ##openfpga
specing has quit [Ping timeout: 264 seconds]
specing has joined ##openfpga
GenTooMan has quit [Ping timeout: 244 seconds]
GenTooMan has joined ##openfpga
GenTooMan has quit [Remote host closed the connection]
GenTooMan has joined ##openfpga
GenTooMan has quit [Ping timeout: 244 seconds]
GenTooMan has joined ##openfpga
specing has quit [Killed (NickServ (GHOST command used by specing_))]
specing_ has joined ##openfpga
specing_ is now known as specing
<Forty-Bot> does nextpnr support sampling signals synchronous to an external clock?
<Forty-Bot> it doesn't seem like there are constraints for e.g. setup and hold
<Forty-Bot> can I get away with just routing a clock directly to a global buffer and using IO cells?
<Forty-Bot> or do I have to oversample?
<tnt> There is no IO constraints no.
<tnt> What you can do is _highly_ dependent on your application, frequency, target FPGA and even which pins you decided to connect your signals to ... so no universal answer here.
<Forty-Bot> are there any pnr tools which suppport this?
<Forty-Bot> looks like vtr supports it; but ice40 support seems lacking