Skip to content
Snippets Groups Projects
Commit 0023d0cb authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added ARGS commands.

parent 0021dd31
No related branches found
No related tags found
1 merge request!100Removed text for XSub that is now written in Confluence Subband correlator...
* RadioHDL with GIT (LOFAR2.0)
* RadioHDL with SVN (APERTIF/ARTS)
* RadioHDL issues
* ARGS
* GIT workflow
* Confluence
* Polarion
......@@ -106,6 +107,35 @@ Temporary fix commented line 4,5 in:
https://git.astron.nl/desp/hdl/-/blob/L2SDP-36/libraries/technology/ip_arria10_e1sg/jesd204b/hdllib.cfg
*******************************************************************************
* ARGS
*******************************************************************************
1) Synthesis flow
cd ~/git/hdl
. ./init_hdl.sh
compile_altera_simlibs unb2b
generate_altera_simlibs unb2b
sudo mv $RADIOHDL_WORK/build/quartus/18.0 /home/software/modelsim_altera_libs
run_qsys_pro unb2b unb2b_minimal
# Overwrite rom_system_info with mmap, using -a to have base addresses from QSYS
gen_rom_mmap.py --fpga unb2b_minimal --avalon
run_reg unb2b unb2b_minimal
run_qcomp unb2b unb2b_minimal
run_rbf unb2b unb2b_minimal
2) Create mmap
gen_rom_mmap.py --fpga unb2b_minimal # using ARGS base addresses
# result in build/unb2b/args/unb2b_minimal/c
3) Create document
gen_doc.py --fpga unb2b_minimal # result in build/unb2b/args/unb2b_minimal/doc/
*******************************************************************************
* GIT references
*******************************************************************************
......@@ -686,10 +716,19 @@ dop466_0 = HDD
> grep -rl 'search text in files' . # -r for recursive, -l for only list filename
Start --> Administration --> Synaptic package manager
> sudo -s # to become root
> sudo pip install numpy # to run Python2 library installer as root
> sudo pip3 install numpy # to run Python3 library installer as root
> sudo pip3 install --upgrade setuptools
> sudo pip3 install pylatex
> sudo apt-get install texlive-latex-base
> sudo apt-get install texlive-fonts-recommended
> sudo apt-get install texlive-fonts-extra
> sudo apt-get install texlive-latex-extra
> sudo apt-get install pip # to install Python2 library installer
> ifconfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment