3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-09 17:31:59 +00:00
yosys/examples
Krystine Sherwin 1248af1e02
Tests: Prefer single quotes for regex
Replaces double quotes on problematic regex strings (mostly ones that have escape sequences that are easier to preserve in single quotes).  Necessitates also changing single quotes to `.`, i.e match any.
For some (mostly ones that only have a single escaped character, or were using `\.` to match a literal fullstop) keep the double quotes and fix the regex instead.
2025-10-06 14:22:33 +13:00
..
aiger Added $assert/$assume support to AIGER back-end 2016-12-03 13:20:29 +01:00
anlogic examples/anlogic/ now also output the SVF file. 2019-03-06 09:51:11 +05:30
basys3 fix basys3 example 2018-07-22 22:29:31 +02:00
cmos Update examples/cmos/counter.ys to use "synth" command 2018-05-30 14:17:36 +02:00
cxx-api Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
gowin set undriven pads to zero 2019-09-04 16:29:40 +02:00
igloo2 Refactor SF2 iobuf insertion, Add clkint insertion 2019-03-06 00:41:02 -08:00
intel Fixed the -vout flag to -vqm in examples/intel directory 2017-11-14 22:55:48 -06:00
mimas2 Add clock buffer insertion pass, improve iopadmap. 2019-08-13 00:16:38 +02:00
osu035 Add timing constraints to osu035 example 2017-10-10 13:32:04 +02:00
python-api python: Fix import in plugin example 2023-12-07 14:32:29 +01:00
smtbmc Tests: Prefer single quotes for regex 2025-10-06 14:22:33 +13:00