Quartus

From DaqWiki
Jump to navigation Jump to search

Useful Links

TBW

How to run Quartus

Quartus versions to use with different projects

  • cyclone I: VF48, VME-NIMIO32, etc: /daq/quartus/13.0sp1/quartus/bin/quartus on U-20
  • cyclone III: PPG32, etc: /daq/quartus/13.1.4.182/quartus/bin/quartus on U-20
  • cyclone IV: gpmc-camac-aux-firmware (CAMAC interface): quartus 23.1
  • cyclone V: ALPHA-g PWB, ALPHA-g ADC: quartus 17.0 (17.1 and newer have incompatible NIOS ethernet interface)
  • cyclone V: chronobox: 20.1
  • cyclone V: VME-NIMIO32-Rev3: 20.1
  • stratix IV: ALPHA-g TRG: quartus 20.1.1
  • max V: ALPHA-g TRG: quartus 20.1.1

Available versions of Quartus

  • ls -l /daq/quartus (mount -o ro daq00:/quartus /daq/quartus and mount -o ro daqstore.triumf.ca:/pool/daqstore /daq/daqstore)

Archive of quartus distribution files:

  • /daq/quartus_archive (mount -o ro daqstore:/z6tb/quartus_archive)

Select a quartus license

  • daq01 license, ubuntu-20.04: start license server: "ssh daq01 /opt/intelFPGA/20.1/quartus/linux64/lmgrd -c /home/olchansk/daq/altera/license-daq01.dat"
  • daq13 license, ubuntu-20.04: start license server: "ssh daq13 /opt/intelFPGA/20.1/quartus/linux64/lmgrd -c /home/olchansk/daq/altera/license-daq13.dat"
  • daq16 license, centos-7: start license server: "ssh daq16 /daq/quartus/16.1/quartus/linux/lmgrd -c /home/olchansk/daq/altera/license-daq16.dat"


  • (temp not available) ladd05 nodelocked license: run quartus on ladd05, use license file /home/olchansk/daq/altera/license-ladd05.dat
  • (temp not available) ladd01 nodelocked license: run quartus on ladd01, use license file /home/olchansk/daq/altera/license-ladd01.dat
  • (temp not available) daqshare floating license: start license server: "ssh daqshare /daq/daqshare/olchansk/altera/13.1.3.178/quartus/linux/lmgrd -c /home/olchansk/daq/altera/license-daqshare.dat", run quartus anywhere, use license file /home/olchansk/daq/altera/license-daqshare.dat
  • (temp not available) ladd09 floating license: start license server: "ssh ladd09 /daq/daqshare/olchansk/altera/12.0/quartus/linux/lmgrd -c /home/olchansk/daq/altera/license-ladd09.dat", run quartus anywhere, use license file /home/olchansk/daq/altera/license-ladd09.dat
  • (temp not available) ladd12 floating license: start license server: "ssh ladd12 /daq/daqshare/olchansk/altera/12.0/quartus/linux/lmgrd -c /home/olchansk/daq/altera/license-ladd12.dat", run quartus anywhere, use license file /home/olchansk/daq/altera/license-ladd12.dat
  • (moved to alpha03, use license-alpha03.dat) daq19 floating license: start license server: "ssh -n tigress@daq19 /daq/daqshare/olchansk/altera/12.0/quartus/linux/lmgrd -c /home/olchansk/daq/altera/license-daq19.dat &", run quartus anywhere, use license file /home/olchansk/daq/altera/license-daq19.dat

Mac addresses

  • old ladd01/daqshare license: 00:1e:8c:7c:ff:03
  • old ladd01 nodelocked license: 00:30:48:76:2e:42 00:30:48:76:2e:43
  • old ladd09 license: 00:13:d4:92:5e:a3
  • old ladd12 license: 00:1c:c0:fa:be:df
  • old ladd19/daq19 license: 10:bf:48:4e:1e:89

Ubuntu Caveats

  • Ubuntu LTS 20.04
  • /opt/intelFPGA/17.0/quartus/bin/jtagconfig does not work, killall -KILL jtagd and use /daq/quartus/13.0sp1/quartus/bin/jtagconfig, then jtag works.

(OBSOLETE) SL/CentOS Caveats

Interfacing with hardware

  • To download pof files into VME modules with Active Serial EPROMs (i.e. VF48 modules): see /home/olchansk/daq/vf48/firmware/load.perl
  • To download pof files into VME modules with VME-accessible Flash Programmer (VF48, etc) use the "srunner_vme" program, see /home/olchansk/packages/vme/srunner*
  • To download sof files into VME modules using JTAG interface, see /home/olchansk/daq/vf48/firmware/load_jtag_fe.perl

Accessing USB-Blaster attached to remote computer

Using JTAGD 2025-OCT

  • DE10 is attached to daq17, quartus runs on dsdaqgw

open termiminal on machine where usb blaster is attached:

  • run jtagconfig to confirm usb blaster is attached correctly:
daq17:~$ /daq/quartus/21.1/quartus/bin/jtagconfig
1) DE-SoC [3-4]                               
  4BA00477   SOCVHPS
  02D020DD   5CSEBA6(.|ES)/5CSEMA6/..

2) Remote server daq16: Unable to connect
  • killall -KILL jtagd
  • echo 'Password = "123";' >> ~/.jtagd.conf
  • /daq/quartus/21.1/quartus/bin/jtagd --user-start
  • lsof -P | grep jtagd | grep IP ### note jtagd port number, usually 1309, note it is bound to localhost, we will need to use a tcp tunnel
jtagd     3839700                               olchansk    4u     IPv4          531471689       0t0       TCP localhost:1309 (LISTEN)
  • /daq/quartus/21.1/quartus/bin/jtagconfig ### should still work

open a terminal to run the ssh tunnel:

  • login to the remote machine where we will run quartus compilations and quartus signal tap
  • ssh dsdaqgw
  • ps -efw | grep jtagd, kill all copies of jtagd already running. may have to close signaltap if it is already open
  • ssh -v daq17 -L1309:127.0.0.1:1309

open a terminal to run quartus and signal tap

  • ssh dsdaqgw, cd git/chronobox_firmware, run quartus setup scripts from Makefile
  • ncat localhost 1309 # should reply with "JTAG Server" and the other terminal should report tunnel connection on port 1309
  • run jtagconfig
dsdaqgw:chronobox_firmware$ jtagconfig
1) DE-SoC [3-4]
  4BA00477   SOCVHPS
  02D020DD   5CSEBA6(.|ES)/5CSEMA6/..

dsdaqgw:chronobox_firmware$ 
  • if jtagconfig reports "Error when scanning hardware - Server error", check that jtagd is still running on daq17, restart it if it does not.
  • from here remote usb blaster should work same as the local one (signal tap, etc)

Using JTAGD (obsolete)

  • install jtagd system files per SLinstall#Configure_Altera_jtagd
  • this sets the jtagd password to "123"
  • ssh to the machine where the USB-Blaster is connected
  • start local jtagd: /daq/daqshare/olchansk/altera/11.0/quartus/bin/jtagd
  • NOTE: jtagd from .../quartus/linux64/jtagd will not run, please use .../quartus/bin/jtagd
  • test local connection: /daq/daqshare/olchansk/altera/11.0/quartus/bin/jtagconfig
  • add this machine to $HOME/.jtag.conf: (replace "laddvme05" with the name of the machine where the USB blaster is attached)
# /home/olchansk/.jtag.conf
Remote2 {
	Host = "laddvme05";
	Password = "123";
}
  • test remote connection: run jtagconfig, now your device should show up two times - first for the local USB connection and second for the remote jtagd connection
  • go to your quartus machine, start quartus, open your project file
  • open tools->programmer
  • open hardware setup, you should see an entry for your jtag connection
  • use the remote jtag connection the same way as a local jtag connection.

Using SSH tunnel

To access USB-Blaster Jtag interface attached to a remote computer: (from https://ladd00.triumf.ca/elog/DAS/437)

Assume we have the USB blaster connected to laddvme05 (target) and we will run quartus on ladd00 (quartus host)

  • login to ladd00
  • get rid of possibly running local jtagd processes: killall -KILL jtagd
  • start the ssh tunnel: ssh laddvme05 -L1309:127.0.0.1:1309
  • inside the ssh tunnel (on the target machine) start the jtagd daemon: jtagd --user-start (assuming quartus tools are in your $PATH, otherwise use full pathnames, i.e. /triumfcs/trshare/olchansk/altera/altera9.1/quartus/bin/jtagd --user-start)
  • inside the ssh tunnel (on the target machine) check that jtag local connection works: jtagconfig
  • if jtagconfig does not work, check permissions on the /proc/bus/usb/*/* devices, they should be "rw-rw-rw". If they are not, fix them by hand: login as root and run "chmod a+wr /proc/bus/usb/*/*" or follow the instructions for changing default usb permissions at https://www.triumf.info/wiki/DAQwiki/index.php/SLinstall
  • leave the ssh tunnel window alone (iconize it)
  • login to ladd00
  • again get rid of possibly running local jtagd processes: killall -KILL jtagd
  • go to the quartus project directory, start quartus, open the quartus project
  • start the jtag progammer from "quartus -> tools -> programmer"
  • start the jtag signal tap tool from "quartus -> tools -> signal tap II logic analyzer"
  • in either place, you should see the USB blaster is if it were locally connected.

Troubleshooting:

if remote jtag connection does not work, try this, report the results:

  • jtagconfig on the machine where the USB blaster is locally connected should see the jtag devices. Typical malfunctions are wrong permissions on the USB files (fix as described above) and stale/bad jtagd running (kill it, restart it)
  • local jtagd should talk to us: "telnet localhost 1309" should report "JTAG Server"
  • ssh tunnel should be running (ssh -L)
  • the tunnel should work (on the other end of the tunnel, i.e. on ladd00), "telnet localhost 1309" should report "JTAG Server"

jtagconfig should see the same devices

Notes

Enable 64-bit by default

  • edit .../quartus/adm/qenv.sh to read: - add one line as indicated:
##### Check if should use 64-bit executables 
 
unset USE_64BIT 
# If we are on a 64-bit system, use 64-bit if QUARTUS_64BIT is set and != 0 
# Also use it if we are running jtagd, since it interacts with hardware it must\
 always match the OS 
if test $QUARTUS_BIT_TYPE = "64" ; then 
        USE_64BIT=1 ### <---------------------------------------------- add this line
        if test "$CMD_NAME" = "jtagd" ; then 
                USE_64BIT=1 
        elif test "${QUARTUS_64BIT-UNSET}" != UNSET ; then 
                if test $QUARTUS_64BIT != "0" ; then 
                        USE_64BIT=1 
                fi 
        fi 
fi 

Debug the license server

  • show available hostid:
$ /daq/daqshare/olchansk/altera/12.1/quartus/linux/lmutil lmhostid
lmutil - Copyright (c) 1989-2008 Acresso Software Inc. All Rights Reserved.
The FLEXnet host ID of this machine is ""00167639501b 0013d4925ea3""
Only use ONE from the list of hostids.
  • fudge the hostid:
ip link set dev eth3 address 00:13:D4:92:5E:A3

or

modprobe bonding
echo +bond0 > /sys/class/net/bonding_masters
ifconfig bond0
ip link set dev bond0 address 00:13:D4:92:5E:A3