-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrevision.txt
132 lines (119 loc) · 5.08 KB
/
revision.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
------------------------------------------------------------------------------
Frame Manipulator
------------------------------------------------------------------------------
(C) Bernecker + Rainer, B & R Strasse 1, 5142 Eggelsberg, Austria
------------------------------------------------------------------------------
Revision History
==============================================================================
2016-12-19 V0.2.2
[FIX] Fix hang in sSafetyRead state in frame creation fsm
[TASK] INK: Set same Qsys parameters for framemanipulator
[TASK] Adapt picture of insertion test
[FIX] Update scripts with flash override
2016-07-15 V0.2.1
[FIX] Fix openPOWERLINK repository source control
2015-05-26 V0.2.0
[TASK] Add EPL V1 EtherType to frame manipulator
[FIX] Specification errors in framemanipulator XDC
[TASK] Add hardware setup instruction to documentation
[TASK] Update user documentation
[FIX] Fix safety packet organisation
[TASK] Check task error, when configuration is done
[FIX] Suppress config error only, task is not a safety one
[FIX] FM test start won't be disabled every second time
[TASK] Add IP-Core development-doc
[TASK] Simplify state at Frame_Create_FSM
[TASK] Rename states of ReadAddress_FSM
[TASK] Transfer Frame_Create constants to package
[TASK] Rewrite register section of Delay_Handler
[TASK] Combine the two register-processes at Manipulation_Manager
[TASK] Fix write_ and read_logic configured with prescaler 0
[TASK] Rewrite From_To_Cnt_Filter
[TASK] Rewrite end_of_frame_detection logic
[TASK] Rewrite task-memory with for-generate
[TASK] Rewrite RAM-selection in task memory
[TASK] Rename source and output files
[TASK] Add behaviour for Masquerade manipulation
[TASK] Add behaviour for Packet-Delay manipulation
[TASK] Add behaviour for Incorrect-Data manipulation
[TASK] Add behaviour for Incorrect-Sequence manipulation
[TASK] Add behaviour for insertion manipulation
[TASK] Add behaviour for safety loss
[FEATURE] Add behaviour for packet repetition
[FEATURE] Add behaviour for frame truncation
[FEATURE] Add behaviour test for CRC distortion
[FEATURE] Add behaviour test for header manipulation
[FEATURE] Add behaviour test for frame delay
[TASK] Update time-measurement and frame-trigger function
[FEATURE] Add behaviour test for frame drop
[TASK] FM Behaviour tests via functions
[FEATURE] Add testbench and post sript for basic test
[TASK] Add libcommon to simulation shell
[FEATURE] Output multiple frames with packet generator
[TASK] Add packet generator
[TASK] Add FixCnter
[TASK] Use of global.vhd via common library
[FIX] Remove unused BCD-to-LED decoder assignment
[FEATURE] Add VHDL library
[FIX] Fix RMII-to-MII usage in INK board design
[TASK] Add missing entity to direct component instantiation
[TASK] Add testbench for FromToCntFilter
[TASK] Add parameter for post-simulation script
[TASK] Revise Framemanipulator ipcore directory
[TASK] Add simulaton shell and update .gitignore
[TASK] Cleanup Framemanipulator ip-core
[TASK] Export FM parameters to package
[TASK] Rewrite register processes
[TASK] Apply global package functions and constants
[TASK] Cleanup FM hw.tcl
[TASK] Add SW for safety tasks
[FEATURE] Add safety packet manipulation
[TASK] Remove unused clk in From_To_Cnt_Filter
[TASK] Update .gitignore of Quartus project
[FIX] Enable ARP-frames for safety manipulations
2014-01-28 V0.1.1
[TASK] Update user documentation
[TASK] Add status LEDs for INK
[FEATURE] Add status LEDs for FM
[TASK] Update FM version to 0.1.1
2014-01-28 V0.1.0
[TASK] Update revision.txt for V0.1.0
[FIX] Remove unused code
[FIX] Change data type
[FIX] Fix EplCfg.h late release configuration
[FIX] Add prefix to array and change data type
[FIX] Fix object link function call
[TASK] Update user documentation
[TASK] Update openPOWERLINK stack
[FIX] Remove obsolete Eclipse project files
[TASK] Add start of flash download in standalone script
[TASK] Remove create-this-app in standalone-shell
[TASK] Add additional options to flash-device.sh
[TASK] Update timing constraints for BeMicro design
[FEATURE] Add standalone script
[FEATURE] Add INK quartus design
[TASK] Add rmii2mii converter qip-link
[TASK] Update App for INK-design
[FIX] Fix makefile rules for freestanding abilities
[FIX] Add standalone ipcores to CN Qsys subsystems
[FIX] Select the correct clk for slow-bridge bus
[FIX] Fix generate statement in read_logic for prescale generic
[FIX] Fix BeMicro LED assignments
[FIX] Link VendorID and ProductCode to its objects
[FIX] Updated sensitivity list of different modules
[FIX] Reactivate PLK status and error LEDs
[FIX] Remove counter in CRC_calculator
[FIX] Updated FM version to 0.1.0 in qsys file
[TASK] Revise app SW to openPOWERLINK stack
[TASK] Remove openMAC IP-Core from repository
[FEATURE] Add script to checkout openPOWERLINK stack
[FEATURE] Add version object 0x3005h
[TASK] Revise Framemanipulator SW library
[TASK] Add software app for Framemanipulator CN
[TASK] Added BeMicro Framemanipulator board example
[TASK] Added openmac V1.0.0
[TASK] Revise Framemanipulator ip-core
[TASK] Add .gitignore and project.config
2012-08-13 V0.0.1
[TASK] Add first release of Frame Manipulator
Initial empty repository