- 04 May, 2018 40 commits
-
-
Stefan Tauner authored
Command line used was: find * -type f \( -name "*.pm" -or -name "*.pl" -or -name "*.c" -or -name "*.v" -or -name "*.vhd" -or -name "*.psl" \) -print0 | parallel -q -0 sed -ri -e 's/^([[:blank:]]*[^[:blank:]]+)([[:blank:]]+)(https:\/\/embsys.technikum-wien.at\/projects\/vecs\/fiji)/\1\2\3\n\1\n\1\2The creation of this file has been supported by the publicly funded\n\1\2R\&D project Josef Ressel Center for Verification of Embedded Computing\n\1\2Systems (VECS) managed by the Christian Doppler Gesellschaft (CDG)./g'
-
Stefan Tauner authored
-
Stefan Tauner authored
The target to produce an intermediate .aux file for latex documents was removed in 071d7b5c to simplify the build without taking the overall docs/ makefile into account. The latter relies on a destinct target for .aux files. This commit adds it back but makes sure that failed attempts to build it still get retried by using pdflatex' drafmode (which does not write the PDF file itself). Also, fix some other minor issues in the makefile and the generation of the directory of acronyms.
-
Stefan Tauner authored
-
Christian Fibich authored
-
Christian Fibich authored
-
Stefan Tauner authored
-
Christian Fibich authored
-
Stefan Tauner authored
-
Stefan Tauner authored
-
Stefan Tauner authored
- fix bottom right copy&paste error - make sure all text is FreeSans (not Nasa) - make fonts a bit smaller to fit better between pins
-
Stefan Tauner authored
The previous version sometimes failed to rebuild a document after a failed build attempt followed by a correct fix.
-
Stefan Tauner authored
-
Stefan Tauner authored
-
Christian Fibich authored
-
Christian Fibich authored
-
Christian Fibich authored
-
Christian Fibich authored
-
Christian Fibich authored
-
Stefan Tauner authored
-
Christian Fibich authored
Added trigger to UM. Added constraint files for Vivado. Added FIU names to cfg
-
Christian Fibich authored
Makes Synplify for iCE40 want to implement buffer in RAM but then fail due to reset.
-
Christian Fibich authored
Added template qsf for FIJI pin constraints Added FIU names Added connection figure to user manual section
-
Christian Fibich authored
For future latency estimation
-
Stefan Tauner authored
-
Stefan Tauner authored
This includes generated files apart from the instrumented netlist. The latter just gets a header stating which version of FIJI generated it etc. Also rename existing licenses to include a .txt suffix and the license's version.
-
Stefan Tauner authored
- add version string - refer to project website
-
Stefan Tauner authored
-
Stefan Tauner authored
-
Christian Fibich authored
-
Stefan Tauner authored
-
Stefan Tauner authored
FIJISettingsViewer and FIJITestsViewer are widgets and can refere to their root windows via $self->MainWindow thus there is no need to store them additionally.
-
Stefan Tauner authored
I broke it in commit 0c9547b4.
-
Stefan Tauner authored
-
Stefan Tauner authored
-
Stefan Tauner authored
Even in the case the number of FIUs stored in the settings file (FIU_NUM) differs from the actual number of FIUs therein, set it to the actual value. This essential degrades it to a simple size value of the respective fius array but avoids any confusion in the code.
-
Stefan Tauner authored
Before some hash key/value pairs have slipped without being initialized at all. This caused for example: "Use of uninitialized value" warnings in FIJITestsViewer.pm line 1137
-
Stefan Tauner authored
Does not do what the commit message says at all.
-
Christian Fibich authored
-
Christian Fibich authored
-