<daveshah>
You could put the non synthesisable stuff in `ifndef SYNTHESIS
kraiskil has quit [Ping timeout: 260 seconds]
fsasm has quit [Ping timeout: 268 seconds]
<strongsaxophone>
it worked, thank you.
likewise has joined #yosys
fsasm has joined #yosys
strongsaxophone has quit [Quit: leaving]
strongsaxophone has joined #yosys
Thorn has quit [Ping timeout: 240 seconds]
m4ssi has quit [Read error: Connection reset by peer]
m4ssi has joined #yosys
Thorn has joined #yosys
dys has joined #yosys
develonepi3 has joined #yosys
stzsch has quit [Ping timeout: 272 seconds]
stzsch has joined #yosys
develonepi3 has quit [Quit: Leaving]
develonepi3 has joined #yosys
kraiskil has joined #yosys
fsasm has quit [Remote host closed the connection]
fsasm has joined #yosys
citypw has quit [Ping timeout: 265 seconds]
vidbina has joined #yosys
kraiskil has quit [Ping timeout: 272 seconds]
emeb has joined #yosys
vidbina has quit [Ping timeout: 268 seconds]
m4ssi has quit [Remote host closed the connection]
dys has quit [Ping timeout: 240 seconds]
X-Scale` has joined #yosys
X-Scale has quit [Ping timeout: 272 seconds]
X-Scale` is now known as X-Scale
X-Scale` has joined #yosys
X-Scale has quit [Ping timeout: 260 seconds]
X-Scale` is now known as X-Scale
gromero has joined #yosys
rohitksingh has joined #yosys
emilazy is now known as emily
emily is now known as emilazy
strongsaxophone has quit [Ping timeout: 265 seconds]
rohitksingh has quit [Ping timeout: 265 seconds]
GenTooMan has quit [Quit: Leaving]
GenTooMan has joined #yosys
rohitksingh has joined #yosys
strongsaxophone has joined #yosys
strongsaxophone has quit [Ping timeout: 240 seconds]
rohitksingh has quit [Ping timeout: 260 seconds]
_whitelogger has joined #yosys
fsasm has quit [Ping timeout: 268 seconds]
develonepi3 has quit [Remote host closed the connection]
develonepi3 has joined #yosys
kuldeep has joined #yosys
<peepsalot>
ZirconiumX: a quick search for yosys+Quartus brings me to the vloghammer page, which has a bunch of stuff logged against quartus 17.0. are these part of what's blocking de10-nano progress?
<peepsalot>
is there any reason not to test later version such as Quartus 19.1? or its just not been tried yet for time reasons
<ZirconiumX>
peepsalot: vloghammer is a separate thing entirely
<peepsalot>
i tried to install various older versions but the installer is bugged in mint/ubuntu and couldn't even get them to work properly
<ZirconiumX>
peepsalot: so, Quartus has two kinds of file input types that we can produce
<ZirconiumX>
A "Verilog Quartus Mapping" which is fairly strict subset of Verilog
<ZirconiumX>
With terrible error messages because you're not supposed to get it wrong
<peepsalot>
mapping full verilog to this subset of verilog? kinda transpiling?
<ZirconiumX>
Well, the output is a netlist of Quartus cells
<ZirconiumX>
It's like Verilog but if everything is a module
<peepsalot>
ah ok
<peepsalot>
and the second type?
<ZirconiumX>
EDIF, which looks a lot like Lisp. Except it was very poorly specified and so compilers generally don't agree on what EDIF actually is
<ZirconiumX>
The current Yosys write_edif is targeted for Vivado
<peepsalot>
so you mentioned before that the netlist produced isn't compatible with Quartus for some reasons?
<peepsalot>
does quartus netlist format need to be RE'd or something?
<ZirconiumX>
peepsalot: It's very poorly documented, shall we say
<peepsalot>
ZirconiumX: what is this "VQM Extractor and Language Functional Description, Version 2.0" mentioned in the comment? i couldn't find such a document
<ZirconiumX>
"This excerpt from that document found in the QUIP latest release"
<ZirconiumX>
Here probably referring to the Quartus University Interface Program