Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vecs
FIJI Public
Commits
87a4463d
Commit
87a4463d
authored
Jun 29, 2015
by
Christian Fibich
Committed by
Stefan Tauner
May 04, 2018
Browse files
Added JRC headers
parent
8bd46599
Changes
11
Hide whitespace changes
Inline
Side-by-side
FIJI.pm
View file @
87a4463d
#-------------------------------------------------------------------------------
# University of Applied Sciences Technikum Wien
#
# Department of Embedded Systems
# http://embsys.technikum-wien.at
#
# Josef Ressel Center for Verification of Embedded Computing Systems
# http://vecs.technikum-wien.at
#
#-------------------------------------------------------------------------------
# File: FIJI.pm
# Created on: 18.02.2015
# $LastChangedBy$
# $LastChangedDate$
#
# Description:
# Various constants used in the FIJI packages.
#-------------------------------------------------------------------------------
## @file
## @class FIJI
...
...
FIJI/Connection.pm
View file @
87a4463d
#-------------------------------------------------------------------------------
# University of Applied Sciences Technikum Wien
#
# Department of Embedded Systems
# http://embsys.technikum-wien.at
#
# Josef Ressel Center for Verification of Embedded Computing Systems
# http://vecs.technikum-wien.at
#
#-------------------------------------------------------------------------------
# File: Connection.pm
# Created on: 23.12.2014
# $LastChangedBy$
# $LastChangedDate$
#
# Description:
# Instances of this class represent a single serial connection to a FIJI-compatible DUT.
# Besides handling all communication-related functions they are also responsible for generating and interpreting the respective payloads.
#
# The implementation relies on AnySerialPort.pm to be cross-platform-compatible.
#
#-------------------------------------------------------------------------------
## @file
## @class FIJI::Connection
...
...
FIJI/Netlist.pm
View file @
87a4463d
#-------------------------------------------------------------------------------
# University of Applied Sciences Technikum Wien
#
# Department of Embedded Systems
# http://embsys.technikum-wien.at
#
# Josef Ressel Center for Verification of Embedded Computing Systems
# http://vecs.technikum-wien.at
#
#-------------------------------------------------------------------------------
# File: Netlist.pm
# Created on: 29.04.2015
# $LastChangedBy$
# $LastChangedDate$
#
# Description:
#
# FIJI Netlist class
#-------------------------------------------------------------------------------
## @file
## @class FIJI::Netlist
...
...
FIJI/Settings.pm
View file @
87a4463d
#-------------------------------------------------------------------------------
# University of Applied Sciences Technikum Wien
#
# Department of Embedded Systems
# http://embsys.technikum-wien.at
#
# Josef Ressel Center for Verification of Embedded Computing Systems
# http://vecs.technikum-wien.at
#
#-------------------------------------------------------------------------------
# File: Settings.pm
# Created on: 16.02.2015
# $LastChangedBy$
# $LastChangedDate$
#
# Description:
#
# Contains helper functions to deal with FIJI Settings files.
#-------------------------------------------------------------------------------
## @file
## @class FIJI::Settings
...
...
FIJI/Tests.pm
View file @
87a4463d
#-------------------------------------------------------------------------------
# University of Applied Sciences Technikum Wien
#
# Department of Embedded Systems
# http://embsys.technikum-wien.at
#
# Josef Ressel Center for Verification of Embedded Computing Systems
# http://vecs.technikum-wien.at
#
#-------------------------------------------------------------------------------
# File: Tests.pm
# Created on: 11.06.2015
# $LastChangedBy$
# $LastChangedDate$
#
# Description:
#
# Contains helper functions to deal with FIJI Test files.
#-------------------------------------------------------------------------------
## @file
## @class FIJI::Tests
#
# Contains helper functions to deal with FIJI
Settings
files.
# Contains helper functions to deal with FIJI
Test
files.
package
FIJI::
Tests
;
use
strict
;
...
...
FIJI/VHDL.pm
View file @
87a4463d
...
...
@@ -9,15 +9,13 @@
#
#-------------------------------------------------------------------------------
# File: VHDL.pm
# $Author$
# Created on: 28.05.2015
# $Date$
# $LastChangedBy$
# $LastChangedDate$
#
# Description:
# Contains functions to generate VHDL package and wrapper files for FIJI
# Contains enum values for marking Verilog-Perl netlist ports with userdata:
#
#
#-------------------------------------------------------------------------------
...
...
Tk/DynaMouseWheelBind.pm
View file @
87a4463d
#-------------------------------------------------------------------------------
# University of Applied Sciences Technikum Wien
#
# Department of Embedded Systems
# http://embsys.technikum-wien.at
#
# Josef Ressel Center for Verification of Embedded Computing Systems
# http://vecs.technikum-wien.at
#
#-------------------------------------------------------------------------------
# File: DynaMouseWheelBind.pm
# Created on: 25.02.2015
# $LastChangedBy$
# $LastChangedDate$
#
# Description:
# https://rt.cpan.org/Public/Bug/Display.html?id=33655
#-------------------------------------------------------------------------------
# https://rt.cpan.org/Public/Bug/Display.html?id=33655
require
Tk::
Widget
;
...
...
Tk/FIJISettingsViewer.pm
View file @
87a4463d
#-------------------------------------------------------------------------------
# University of Applied Sciences Technikum Wien
#
# Department of Embedded Systems
# http://embsys.technikum-wien.at
#
# Josef Ressel Center for Verification of Embedded Computing Systems
# http://vecs.technikum-wien.at
#
#-------------------------------------------------------------------------------
# File: FIJISettingsViewer.pm
# Created on: 25.02.2015
# $LastChangedBy$
# $LastChangedDate$
#
# Description:
# FIJI Settings Viewer class
#-------------------------------------------------------------------------------
## @file
## @class Tk::FIJISettingsViewer
...
...
fiji_download.pl
View file @
87a4463d
#-------------------------------------------------------------------------------
# University of Applied Sciences Technikum Wien
#
# Department of Embedded Systems
# http://embsys.technikum-wien.at
#
# Josef Ressel Center for Verification of Embedded Computing Systems
# http://vecs.technikum-wien.at
#
#-------------------------------------------------------------------------------
# File: fiji_download.pl
# Created on: 23.12.2014
# $LastChangedBy$
# $LastChangedDate$
#
# Description:
#
# FIJI download script
#
#-------------------------------------------------------------------------------
## @file
use
strict
;
...
...
fiji_instrument.pl
View file @
87a4463d
#-------------------------------------------------------------------------------
# University of Applied Sciences Technikum Wien
#
# Department of Embedded Systems
# http://embsys.technikum-wien.at
#
# Josef Ressel Center for Verification of Embedded Computing Systems
# http://vecs.technikum-wien.at
#
#-------------------------------------------------------------------------------
# File: fiji_instrument.pl
# Created on: 29.04.2015
# $LastChangedBy$
# $LastChangedDate$
#
# Description:
#
# FIJI instrument script
#
#-------------------------------------------------------------------------------
## @file
use
strict
;
...
...
fiji_setup.pl
View file @
87a4463d
#-------------------------------------------------------------------------------
# University of Applied Sciences Technikum Wien
#
# Department of Embedded Systems
# http://embsys.technikum-wien.at
#
# Josef Ressel Center for Verification of Embedded Computing Systems
# http://vecs.technikum-wien.at
#
#-------------------------------------------------------------------------------
# File: fiji_setup.pl
# Created on: 25.02.2015
# $LastChangedBy$
# $LastChangedDate$
#
# Description:
#
# FIJI setup script (GUI)
#
#-------------------------------------------------------------------------------
## @file
use
strict
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment