|
From: Martin W. <mai...@ma...> - 2015-03-16 20:21:40
|
dp...@sw... wrote: > I am at the point now getting > > FIFO_GENERATOR_V8_2.v:3336: sorry: constant user functions are not currently supported: log2_val(). > This is the original file from the Xilinx ISE > Xilinx\14.7\ISE_DS\ISE\verilog\src\XilinxCoreLib\FIFO_GENERATOR_V8_2.v > > Can you please give me some hint solving this ? > Constant user functions are supported in the development branch of iverilog, so you will need to build and install a development snapshot to solve this. Instructions on how to do this can be found here: http://iverilog.wikia.com/wiki/Installation_Guide > Assuming I manage to fix this is there a comand line tools in Linux able to implement bitstream for Xilinx XC6SLX9 devices > Last time I used them (which was a few years ago), the Xilinx tools worked well from the Linux command line. All my FPGA builds were done via Linux shell scripts. The GUI could be used in Linux too, although I never bothered with it. I am not aware of any third-party tools that can generate bitstreams for Xilinx devices. Martin |