*** tpb has joined #yosys | 00:00 | |
*** zetta1 has quit IRC | 00:59 | |
*** luismarques has joined #yosys | 01:12 | |
*** promach_ has joined #yosys | 01:14 | |
*** promach_ has quit IRC | 01:41 | |
*** tinyfpga has quit IRC | 01:45 | |
*** tinyfpga has joined #yosys | 01:46 | |
*** digshadow has quit IRC | 01:48 | |
*** emeb has quit IRC | 01:55 | |
*** emeb_mac has joined #yosys | 01:56 | |
*** luismarques has quit IRC | 01:59 | |
*** seldridge has joined #yosys | 02:05 | |
*** digshadow has joined #yosys | 02:19 | |
promach | daveshah: For my Ubuntu 18.04 yosys "make", I have "/usr/bin/x86_64-linux-gnu-ld: cannot find -ltcl8.5" , but my system had tcl 8.6 installed | 02:25 |
---|---|---|
promach | is this a small bug in yosys makefile ? | 02:25 |
promach | However, I found "LDLIBS += -ltcl86 -lwsock32 -lws2_32 -lnetapi32" in the Makefile | 02:26 |
*** digshadow has quit IRC | 02:36 | |
*** digshadow has joined #yosys | 02:47 | |
*** promach has quit IRC | 03:55 | |
*** digshadow has quit IRC | 03:57 | |
*** digshadow has joined #yosys | 04:18 | |
*** promach has joined #yosys | 04:26 | |
*** maartenBE has quit IRC | 04:38 | |
*** maartenBE has joined #yosys | 04:41 | |
*** seldridge has quit IRC | 05:04 | |
*** dys has joined #yosys | 05:27 | |
*** emeb_mac has quit IRC | 06:42 | |
*** promach has quit IRC | 07:09 | |
*** pie_ has joined #yosys | 07:38 | |
*** promach has joined #yosys | 07:40 | |
*** X-Scale has quit IRC | 07:54 | |
*** dys has quit IRC | 08:01 | |
*** promach has quit IRC | 08:25 | |
*** promach has joined #yosys | 08:28 | |
*** ZipCPU has quit IRC | 09:00 | |
*** ZipCPU has joined #yosys | 09:05 | |
*** indy has quit IRC | 09:41 | |
*** X-Scale has joined #yosys | 09:43 | |
*** indy has joined #yosys | 09:44 | |
*** luismarques has joined #yosys | 10:20 | |
*** promach has quit IRC | 10:25 | |
*** mattvenn has joined #yosys | 10:44 | |
*** luismarques has quit IRC | 11:50 | |
*** promach has joined #yosys | 11:53 | |
*** luismarques has joined #yosys | 12:13 | |
*** promach_ has joined #yosys | 13:53 | |
*** luismarques has quit IRC | 14:31 | |
*** seldridge has joined #yosys | 14:32 | |
*** seldridge has quit IRC | 14:47 | |
*** jwhitmore has joined #yosys | 14:50 | |
*** luismarques has joined #yosys | 15:09 | |
*** seldridge has joined #yosys | 15:13 | |
*** promach has quit IRC | 15:13 | |
*** promach has joined #yosys | 15:14 | |
*** emeb has joined #yosys | 15:24 | |
*** seldridge has quit IRC | 15:24 | |
*** seldridge has joined #yosys | 15:39 | |
*** promach_ has quit IRC | 16:48 | |
*** luismarques has quit IRC | 16:50 | |
*** cr1901_modern has quit IRC | 16:58 | |
*** cr1901_modern has joined #yosys | 17:05 | |
*** digshadow has quit IRC | 17:21 | |
*** luismarques has joined #yosys | 17:36 | |
*** svenn has quit IRC | 17:43 | |
*** svenn has joined #yosys | 17:54 | |
*** luismarques has quit IRC | 17:58 | |
*** jwhitmore has quit IRC | 18:05 | |
*** proteus-guy has joined #yosys | 18:08 | |
mithro | daveshah: Is there an easy place to get the name of all the "primitives" inside yosys? | 18:09 |
keesj | how many input/outputs does a simple lut have? | 18:09 |
mithro | keesj: Depends on the architecture - LUT4 for ice40, LUT6 for most modern Xilinx stuff | 18:10 |
daveshah | mithro: the fine-grained cells are here: https://github.com/YosysHQ/yosys/blob/master/techlibs/common/simcells.v | 18:11 |
tpb | Title: yosys/simcells.v at master · YosysHQ/yosys · GitHub (at github.com) | 18:11 |
daveshah | need to find the coarse-grained ones | 18:11 |
daveshah | here they are: https://github.com/YosysHQ/yosys/blob/master/techlibs/common/simlib.v | 18:11 |
tpb | Title: yosys/simlib.v at master · YosysHQ/yosys · GitHub (at github.com) | 18:11 |
*** digshadow has joined #yosys | 18:12 | |
*** jwhitmore has joined #yosys | 18:16 | |
*** mjoldfield has quit IRC | 18:32 | |
*** cr1901_modern has quit IRC | 18:41 | |
*** cr1901_modern has joined #yosys | 18:42 | |
*** mjoldfield has joined #yosys | 18:46 | |
*** svenn has quit IRC | 18:57 | |
*** svenn has joined #yosys | 18:57 | |
mithro | daveshah: Thanks! | 19:00 |
daveshah | mithro: FYI, you can also type 'help <cell name>' to see info about a particular cell | 19:04 |
*** m_w has joined #yosys | 19:07 | |
keesj | I wonder why simcells.v | 19:25 |
keesj | does not have any thing with multipl outputs (e.g. the carry discussed yesteday) | 19:26 |
keesj | does this happen during the mapping or similar? | 19:26 |
*** seldridge has quit IRC | 19:32 | |
daveshah | keesj: those are primarily intended as a generic ASIC synthesis cell library, although the DFF primitives there are used for fpga synthesis too | 19:37 |
daveshah | The iCE40 specific cells are in https://github.com/YosysHQ/yosys/blob/master/techlibs/ice40/cells_sim.v | 19:38 |
tpb | Title: yosys/cells_sim.v at master · YosysHQ/yosys · GitHub (at github.com) | 19:38 |
daveshah | Note that SB_CARRY only has a carry output | 19:38 |
daveshah | arachne-pnr combines that with a LUT and FF if one exists to form an ICESTORM_LC during packing | 19:39 |
*** _whitelogger has quit IRC | 19:46 | |
*** _whitelogger has joined #yosys | 19:48 | |
*** seldridge has joined #yosys | 19:50 | |
*** jwhitmore has quit IRC | 20:02 | |
*** cr1901_modern has quit IRC | 20:04 | |
*** tinyfpga has quit IRC | 20:20 | |
*** tinyfpga has joined #yosys | 20:20 | |
keesj | daveshah: thanks for the info I understand it better now | 20:26 |
mithro | daveshah: I don't quite get the difference between $dffe and $_DFFE_ ? | 20:32 |
*** seldridge has quit IRC | 20:34 | |
daveshah | mithro: $dffe is a coarse grain *word wide* cell, whereas $_DFFE_ is a gate level *single bit* cell | 20:35 |
mithro | daveshah: Ahh | 20:36 |
daveshah | $dffe also has configurable polarities, whereas for $_DFFE_s this is done using different cell types | 20:36 |
daveshah | They will then map directly to FPGA or ASIC resources | 20:36 |
daveshah | Chapter 5 of the Yosys Manual also has some good info on this | 20:39 |
*** cr1901_modern has joined #yosys | 20:47 | |
*** seldridge has joined #yosys | 20:51 | |
*** Kooda1 is now known as Kooda | 21:17 | |
*** svenn has quit IRC | 21:19 | |
*** svenn has joined #yosys | 21:20 | |
*** indy has quit IRC | 22:31 | |
*** indy has joined #yosys | 22:45 | |
*** seldridge has quit IRC | 23:06 | |
*** promach_ has joined #yosys | 23:44 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!