v_list: Permission denied

Post Reply
phil_quik
Posts: 36
Joined: Mon May 18, 2020 12:33 am

When trying to run ql_symbiflow -h, there is a Permission denied error
[plin@mahanadi bin]$ ql_symbiflow -h

Below are the supported commands:
To synthesize and dump a eblif file:
>ql_symbiflow -synth -src <source_dir path> -d <device> -k <package> -t <top> -v <verilog_list file> -p <pcf file>
To run synthesis, pack, place and route, generate bitstream:
>ql_symbiflow -compile -src <source_dir path> -d <device> -k <package> -t <top> -v <verilog_list file> -p <pcf file>
To generate the jlink file:
>ql_symbiflow -jlink -src <source_dir path> -d <device> -k <package> -t <top> -v <verilog_list file> -p <pcf file>
To generate the post verilog file:
>ql_symbiflow -post_verilog -src <source_dir path> -d <device> -k <package> -t <top> -v <verilog_list file> -p <pcf file>
To generate the ascii header file from bitstream:
>ql_symbiflow -bit2header -src <source_dir path> -d <device> -k <package> -t <top> -v <verilog_list file> -p <pcf file>
To generate the ascii header file from jlink:
>ql_symbiflow -jlink2header -src <source_dir path> -d <device> -k <package> -t <top> -v <verilog_list file> -p <pcf file>

Device supported:ql-eos-s3
Packages supported PD64,PU64,WR42
-h
/home/plin/Symbiflow/symbiflow-arch-defs/install/bin/ql_symbiflow: line 224: /v_list: Permission denied
gmartin
Posts: 17
Joined: Thu May 14, 2020 2:50 am

Thank-you for the information. This is being investigated
phil_quik
Posts: 36
Joined: Mon May 18, 2020 12:33 am

Looking at ql_symbiflow, line224, -h shall not go to this line.
echo "$VERILOG_FILES" >${SOURCE}/v_list
kkumar
Posts: 12
Joined: Wed May 27, 2020 6:33 am

This has been fixed. Will provide the latest build
phil_quik
Posts: 36
Joined: Mon May 18, 2020 12:33 am

Confirmed it is fixed in Symbiflow_Linux-7-3_06_01_2020.gz.run.
Post Reply