IRC logs for #openrisc Monday, 2015-12-14

--- Log opened Mon Dec 14 00:00:01 2015
olofkandrzejr: I pushed a patch to FuseSoC's xsim support to allow simulating stuff that contains $clog222:01
andrzejrgood, thank you22:02
olofkYou need to set file_type = SystemVerilogSource in the verilog section for those cores. I'll push a patch for orpsoc-cores that adds this to wb_bfm-1.022:13
olofkAs a side note, it is now also possible to set file type and if the file is an include file for each file by adding file.v[is_include_file] or file.v[file_type=verilogSource]22:15
olofkMultiple options are comma-separated. e.g. file.v[is_include_file, file_type=systemVerilogSource]22:15
olofkThis is unfortunately not backwards-compatible, as older versions of FuseSoC will read the whole string as a single file22:16
olofkAs usual FuseSoC documentation is available at http://www.juliusbaxter.net/openrisc-irc/ :)22:28
olofkHmm... just realized that spaces aren't allowed so it should be file.v[is_include_file,file_type=systemVerilogSource]22:33
--- Log closed Tue Dec 15 00:00:02 2015

Generated by irclog2html.py 2.15.2 by Marius Gedminas - find it at mg.pov.lt!