clifford changed the topic of #yosys to: Yosys Open SYnthesis Suite: http://www.clifford.at/yosys/ -- Channel Logs: https://irclog.whitequark.org/yosys
ZipCPU|Laptop has joined #yosys
promach2 has joined #yosys
dys has quit [Ping timeout: 264 seconds]
ZipCPU|Laptop has quit [Read error: Connection reset by peer]
ZipCPU|Laptop has joined #yosys
promach2 has quit [Ping timeout: 276 seconds]
ZipCPU|Laptop has quit [Ping timeout: 240 seconds]
digshadow has quit [Ping timeout: 260 seconds]
X-Scale has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Go on, try it!]
emeb has quit [Quit: Leaving.]
emeb_mac has joined #yosys
digshadow has joined #yosys
taxvi has joined #yosys
taxvi has quit [Remote host closed the connection]
hyprawareex has joined #yosys
seldridge has quit [Ping timeout: 240 seconds]
hyprawareex has quit [Remote host closed the connection]
linuxdaemonkq has joined #yosys
linuxdaemonkq has quit [Remote host closed the connection]
jkiv has quit [Ping timeout: 260 seconds]
pie_ has quit [Ping timeout: 245 seconds]
m_w has quit [Ping timeout: 260 seconds]
WWQ008Mikjaer has joined #yosys
WWQ008Mikjaer has quit [Remote host closed the connection]
promach has quit [Remote host closed the connection]
jkiv has joined #yosys
jkiv has quit [Remote host closed the connection]
seldridge has joined #yosys
AlexDaniel has joined #yosys
<promach_> I am using yosys sby frontend, but I have this error : SBY 13:11:44 [cordic] script: ERROR: Module `cordic_pipelined' not found!
kerel has quit [Remote host closed the connection]
<promach_> I have already included this file in my .sby file
GuzTech has joined #yosys
<tpb> Title: Ubuntu Pastebin (at paste.ubuntu.com)
kerel has joined #yosys
promach has joined #yosys
GuzTech has quit [Ping timeout: 256 seconds]
xerpi has joined #yosys
dys has joined #yosys
emeb_mac has quit [Ping timeout: 265 seconds]
GuzTech has joined #yosys
FabM_cave has joined #yosys
seldridge has quit [Ping timeout: 265 seconds]
dmin7 has joined #yosys
cr1901_modern has quit [Read error: Connection reset by peer]
xerpi has quit [Quit: Leaving]
<promach_> are sin() or cos() capability currently supported by yosys-smtbmc ?
cemerick_ has joined #yosys
pie_ has joined #yosys
pie_ has quit [Ping timeout: 268 seconds]
cr1901_modern has joined #yosys
leviathan has joined #yosys
xerpi has joined #yosys
sklv has quit [Remote host closed the connection]
sklv has joined #yosys
ZipCPU has quit [Ping timeout: 260 seconds]
X-Scale has joined #yosys
ZipCPU has joined #yosys
xerpi has quit [Remote host closed the connection]
<ZipCPU> promach_: I just tried placing two files on the same line in the [files] section and had catastrophic results.
<ZipCPU> Please double check that your files are in good order (yikes!) as you would want them to be, and then place them on separate lines in the [files] section of the SymbiYosys file.
<ZipCPU> I've just submitted an issue to the repository regarding this behaviour.
leviathan has quit [Remote host closed the connection]
leviathan has joined #yosys
leviathan has quit [Read error: Connection reset by peer]
leviathan has joined #yosys
<ZipCPU> I just checked the yosys parser, or rather the flex config file. yosys does not recognize ln, log, exp, floor, pow, sin, cos, and probably not the rest of the real math functions either.
<ZipCPU> promach_: I do know that sin() and cos() are supported in C++, and supported by Verilator as well.
<promach_> ZipCPU: thanks for comfirming the [files] issue
maartenBE has quit [Ping timeout: 265 seconds]
maartenBE has joined #yosys
dys has quit [Ping timeout: 256 seconds]
sklv has quit [Remote host closed the connection]
sklv has joined #yosys
zino has joined #yosys
pie_ has joined #yosys
shapr has joined #yosys
shapr is now known as Guest5829
pie__ has joined #yosys
pie_ has quit [Read error: Connection reset by peer]
Guest5829 is now known as shapr`
shapr` is now known as shapr
shapr has quit [Changing host]
shapr has joined #yosys
cemerick_ is now known as cemerick
xerpi has joined #yosys
seldridge has joined #yosys
emeb has joined #yosys
promach2 has joined #yosys
seldridge has quit [Ping timeout: 240 seconds]
kmehall has quit [Remote host closed the connection]
seldridge has joined #yosys
GuzTech has quit [Quit: Leaving]
<ZipCPU> promach_: The SymbiYosys documentation has now been updated. A line in the [files] section specifying
<ZipCPU> file1.v file2.v
<ZipCPU> will copy file2.v to the SymbiYosys <outdir>/src directory, under the name of file1.v
<ZipCPU> There's also been an update to the error checking to fix where you type
<ZipCPU> ../(anywhere)/file1.v file2.v to keep from writing file2.v outside of SymbiYosys' directory structure.
dmin7 has quit [Ping timeout: 256 seconds]
<promach2> ZipCPU: ok, I need to reinstall SymbiYosys then
<promach2> let me try this tomorrow :)
<ZipCPU> You'll still need to change your script
<ZipCPU> However, at least now it won't overwrite other files in your file-system if you mess up.
<ZipCPU> (That's what happened to me when I tested placing two filenames on the same line in the [files] section)
<promach2> I hope when I rerun the sby file, I do nto need to delete the output directory
<promach2> ZipCPU: do you feel the same way too ?
<promach2> do not*
<ZipCPU> If you run with "-f" then SymbiYosys should delete and recreate the output directory for you.
<promach2> oh, really ?
<promach2> I will definitely try this
<ZipCPU> Absolutely! That's how I do it all the time.
<promach2> maybe I should try modifying the script now
<promach2> give me 10 minutes
digshadow has quit [Ping timeout: 264 seconds]
<promach2> ZipCPU: I am having this situation : https://paste.ubuntu.com/p/cJcj7YK79B/
<tpb> Title: Ubuntu Pastebin (at paste.ubuntu.com)
<ZipCPU> Are you sure you updated SymbiYosys (not yosys necessarily)?
<ZipCPU> 'Cause that's what it would do before the update.
<promach2> I have only updated SymbiYosys
<promach2> do you mean I need to update yosys as well ?
<ZipCPU> You did both a "git pull" and a "sudo make install"?
<ZipCPU> Only SymbiYosys is required for this fix.
<promach2> yes, I am using the latest git for SymbiYosys
<ZipCPU> Did you "install" it?
<promach2> of course
<ZipCPU> Do a "git log" ... what commit number starts the log?
<ZipCPU> (In the SYmbiYosys directory of course ...)
<ZipCPU> It should be 836d54d4c7a0db9072026d81bed1ca91c3c913a3
<ZipCPU> Or rather f0bf0c155a2052339748e1c74c2df94083382bc1 ... that's a documentation fix, and a touch more recent
<promach2> you are using one commit older, ZipCPU ;)
<promach2> commit f0bf0c155a2052339748e1c74c2df94083382bc1 (HEAD -> master)
<promach2> Author: Clifford Wolf <clifford@clifford.at>
<promach2> Date: Fri Apr 13 18:10:22 2018 +0200
* ZipCPU scratches head.
<ZipCPU> Is your example on github? Can I download it and try it?
<promach2> I got to sleep now. Probably I mess up my own directory
<promach2> yes, it is
<promach2> one moment
<tpb> Title: GitHub - promach/cordic: A pipelined cordic algoithm for computing cos(angle) and sin(angle) in verilog (at github.com)
<ZipCPU> Thanks!
<promach2> ZipCPU: the previous mistake is due to me typing in a different termnal which is meant for another computer
<promach2> but I still have "SBY 0:44:03 [cordic] ERROR: destination filename must be a relative path without /../: ../rtl/cordic_pipelined.v" even after updating SymbiYosys
<promach2> ZipCPU: I supppose SymbiYosys does not like me typing " ../ " in the [files] section
<promach2> I got to go now
dmin7 has joined #yosys
promach2 has quit [Ping timeout: 256 seconds]
digshadow has joined #yosys
indy has quit [Quit: ZNC - http://znc.sourceforge.net]
indy has joined #yosys
xrexeon has joined #yosys
seldridge has quit [Ping timeout: 240 seconds]
xerpi has quit [Quit: Leaving]
promach__ has joined #yosys
promach_ has quit [Ping timeout: 245 seconds]
seldridge has joined #yosys
xrexeon has quit [Remote host closed the connection]
m_w has joined #yosys
xrexeon has joined #yosys
seldridge has quit [Ping timeout: 240 seconds]
xrexeon has quit [Remote host closed the connection]
sandeepkr has quit [Ping timeout: 256 seconds]
seldridge has joined #yosys
sandeepkr has joined #yosys
xrexeon has joined #yosys
dys has joined #yosys
xrexeon has quit [Quit: leaving]
xrexeon has joined #yosys
xrexeon has quit [Client Quit]
GuzTech has joined #yosys
xrexeon has joined #yosys
leviathan has quit [Remote host closed the connection]
pie__ has quit [Remote host closed the connection]
pie__ has joined #yosys
cemerick has quit [Ping timeout: 240 seconds]
GuzTech has quit [Ping timeout: 240 seconds]
lebster281 has joined #yosys
lebster281 has quit [Remote host closed the connection]
quigonjinn has quit [Ping timeout: 240 seconds]
dmin7 has quit [Quit: Leaving.]
quigonjinn has joined #yosys
seldridge has quit [Ping timeout: 264 seconds]
xrexeon has quit [Remote host closed the connection]
ssvb has quit [Quit: Leaving]
tpb has quit [Remote host closed the connection]
tpb has joined #yosys