OpenCores
URL https://opencores.org/ocsvn/openmsp430/openmsp430/trunk

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [ChangeLog_core.txt] - Blame information for rev 196

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 196 olivier.gi
2013-12-17 [r192]
2
 
3
        * Number of supported IRQs is now configurable to 14 (default), 30
4
          or 62.
5
 
6 191 olivier.gi
2013-07-30 [r190]
7
 
8
        * Remove dummy memory read access for CMP and BIT instructions.
9
 
10 189 olivier.gi
2013-07-18 [r188]
11
 
12
        * Add missing include commands for the define and undefine files in
13
          the wakeup_cell and in dbg_i2c.
14
 
15 187 olivier.gi
2013-04-08 [r186]
16
 
17
        * Fixed Hardware Multiplier byte operations bug:
18
          http://opencores.org/bug,assign,2247
19
 
20 183 olivier.gi
2013-02-25 [r180]
21
 
22
        * Add new ASIC_CLOCKING configuration option to allow ASIC
23
          implementations with FPGA clocking scheme. Thanks to Sebastien
24
          Van Cauwenberghe's contribution :-)
25
 
26
2013-02-16 [r178]
27
 
28
        * Update all linker scripts with a simplified version. Thanks to
29
          Mihai M. for this one :-)
30
 
31 177 olivier.gi
2013-01-30 [r175]
32
 
33
        * Update hardware breakpoint unit with the followings: - fixed
34
          hardware breakpoint bug with CALL instructions. - modified data
35
          read watchpoint behavior to also trigger with read/modify/write
36
          instructions. - removed unused ports.
37
 
38
2013-01-30 [r174]
39
 
40
        * Cleanup dmem_wr generation logic. Important note: this is not a
41
          bug fix, only beautification.
42
 
43 160 olivier.gi
2012-10-15 [r154]
44
 
45
        * The serial debug interface now supports the I2C protocol (in
46
          addition to the UART)
47
 
48 152 olivier.gi
2012-07-22 [r151]
49
 
50
        * Add possibility to configure custom Program, Data and Peripheral
51
          memory sizes.
52
 
53 150 olivier.gi
2012-07-19 [r149]
54
 
55
        * Update simulation regression result parser. Fixed failing SFR
56
          test (due to newer MSPGCC version). Implement request
57
          http://opencores.org/bug,view,2171 (burst accesses through the
58
          serial debug interface)
59
 
60 146 olivier.gi
2012-05-30 [r145]
61
 
62
        * Add Dhrystone and CoreMark benchmarks to the simulation
63
          environment.
64
 
65 144 olivier.gi
2012-05-09 [r142]
66
 
67
        * Beautify the linker script examples.
68
 
69
2012-05-05 [r141]
70
 
71
        * Update verification environment to support MSPGCC Uniarch (based
72
          on GCC 4.5 and later)
73
 
74 140 olivier.gi
2012-04-23 [r139]
75
 
76
        * Add some SVN ignore patterns
77
 
78
2012-04-23 [r138]
79
 
80
        * Update simulation scripts to support Cygwin out of the box for
81
          Windows users.
82
 
83 137 olivier.gi
2012-03-22 [r134]
84
 
85
        * Add full ASIC support (low-power modes, DFT, ...). Improved
86
          serial debug interface reliability.
87
 
88
2012-03-09 [r132]
89
 
90
        * Update FPGA examples with the POP.B bug fix
91
 
92 131 olivier.gi
2012-03-01 [r130]
93
 
94
        * Fixed POP.B bug (see Bugtracker
95
          http://opencores.org/bug,assign,2137 )
96
 
97 129 olivier.gi
2011-12-16 [r128]
98
 
99
        * Fixed CALL x(SR) bug (see Bugtracker
100
          http://opencores.org/bug,view,2111 )
101
 
102 123 olivier.gi
2011-10-05 [r122]
103
 
104
        * Add coverage report generation (NCVERILOG only) Add support for
105
          the ISIM Xilinx simulator.
106
 
107 118 olivier.gi
2011-06-23 [r117]
108
 
109
        * To facilitate commercial adoption of the openMSP430, the core has
110
          moved to a modified BSD license.
111
 
112 116 olivier.gi
2011-05-29 [r115]
113
 
114
        * Add linker script example.
115
 
116 113 olivier.gi
2011-05-21 [r112]
117
 
118
        * Modified comment.
119
 
120
2011-05-20 [r111]
121
 
122
        * Re-organized the "openMSP430_defines.v" file. Re-defined the
123
          CPU_ID register of the debug interface (in particular to support
124
          custom user versioning). Added RTL configuration possibility to
125
          expand the peripheral address space from 512B (0x0000 to 0x0200)
126
          to up to 32kB (0x0000 to 0x8000). As a consequence the per_addr
127
          bus width goes from 8 to 14 bits and the peripherals address
128
          decoders have been updated accordingly.
129
 
130
2011-03-25 [r106]
131
 
132
        * Separated the Timer A defines from the openMSP430 ones. Added the
133
          "dbg_en" port in order to allow a separate reset of the debug
134
          interface. Added the "core_en" port (when cleared, the CPU will
135
          stop execution, the dbg_freeze signal will be set and the aclk &
136
          smclk will be stopped). Renamed "per_wen" to "per_we" to prevent
137
          confusion with active low signals. Removed to missing unused
138
          flops when the DBG_EN is not defined (thanks to Mihai
139
          contribution).
140
 
141
2011-03-10 [r105]
142
 
143
        * Removed dummy memory read access for the MOV/PUSH/CALL/RETI
144
          instructions. These were not problematic but this is simply
145
          cleaner that way.
146
 
147
2011-03-05 [r103]
148
 
149
        * Removed the timescale from all RTL files. Added possibility to
150
          exclude the "includes" statements from the RTL.
151
 
152
2011-03-04 [r102]
153
 
154
        * Fixed bug reported by Mihai ( http://opencores.org/bug,view,1955
155
          ). The following PUSH instructions are now working as expected: -
156
          indexed mode: PUSH x(R1) - indirect register mode: PUSH @R1 -
157
          indirect autoincrement: PUSH @R1+
158
 
159
2011-03-04 [r101]
160
 
161
        * Cosmetic change in order to prevent an X propagation whenever
162
          executing a byte instruction with an uninitialized memory
163
          location as source.
164
 
165
2011-02-28 [r99]
166
 
167
        * Small fix for CVER simulator support.
168
 
169
2011-02-28 [r98]
170
 
171
        * Added support for VCS verilog simulator. VPD and TRN waveforms
172
          can now be generated.
173
 
174
2011-02-24 [r95]
175
 
176
        * Update some test patterns for the additional simulator supports.
177
 
178
2011-02-24 [r94]
179
 
180
        * Thanks to Mihai-Costin Manolescu's contribution, the simulation
181
          scripts now support the following simulators: - Icarus Verilog -
182
          Cver - Verilog-XL - NCVerilog - Modelsim
183
 
184
2011-02-20 [r91]
185
 
186
        * Fixed bug when an IRQ arrives while CPU is halted through the
187
          serial debug interface. This bug is CRITICAL for people using
188
          working with interrupts and the Serial Debug Interface.
189
 
190
2011-01-28 [r86]
191
 
192
        * Update serial debug interface test patterns to make them work
193
          with all program memory configurations.
194
 
195
2011-01-28 [r85]
196
 
197
        * Diverse RTL cosmetic updates.
198
 
199
2011-01-23 [r84]
200
 
201
        * Update SRAM model in the core testbench to prevent the IEEE
202
          warning when running simulations. Update watchdog to fix NMI
203
          synchronisation problem. Add synchronizers for the PUC signal in
204
          the debug interface.
205
 
206
2010-12-05 [r80]
207
 
208
        * Create initial version of the Actel FPGA implementation example.
209
 
210
2010-11-23 [r79]
211
 
212
        * Update the GPIO peripheral to fix a potential synchronization
213
          issue.
214
 
215
2010-11-18 [r76]
216
 
217
        * Add possibility to simulate C code within the "core" environment.
218
 
219
2010-08-28 [r74]
220
 
221
        * Update serial debug interface to support memories with a size
222
          which is not a power of 2. Update the software tools accordingly.
223
 
224
2010-08-03 [r73]
225
 
226
        * Update all bash scripts headers with "#!/bin/bash" instead of
227
          "#!/bin/sh". This will prevent compatibility problems in systems
228
          where bash isn't the default shell.
229
 
230
2010-08-01 [r72]
231
 
232
        * Expand configurability options of the program and data memory
233
          sizes.
234
 
235
2010-03-07 [r67-68]
236
 
237
        * Update synthesis scripts with the hardware multiplier support.
238
 
239
        * Added 16x16 Hardware Multiplier.
240
 
241
2010-03-07 [r66]
242
 
243
        * The peripheral templates are now under BSD license. Developers of
244
          new peripherals based on these templates won't have to disclose
245
          their code.
246
 
247
2010-02-24 [r65]
248
 
249
        * Add possibility to disable waveform dumping by setting the
250
          OMSP_NODUMP environment variable to 1.
251
 
252
2010-02-14 [r64]
253
 
254
        * Add Actel synthesis environment for size and speed analysis.
255
 
256
2010-02-14 [r63]
257
 
258
        * Add Altera synthesis environment for size and speed analysis.
259
 
260
2010-02-14 [r62]
261
 
262
        * Add Xilinx synthesis environment for size&speed analysis.
263
 
264
2010-02-03 [r60]
265
 
266
        * Cleanup of the PC (R0) generation logic. Formal equivalence was
267
          shown between the new and old code with Synopsys' Formality (to
268
          make sure that nothing has been broken :-P ).
269
 
270
2010-02-01 [r58]
271
 
272
        * Update the debug hardware breakpoint verification patterns to
273
          reflect the latest design updates.
274
 
275
2010-02-01 [r57]
276
 
277
        * Update design to exclude the range mode from the debug hardware
278
          breakpoint units. As this feature is not used by GDB, it has been
279
          disabled in order to improve the timings and save a bit of
280
          area/utilisation. Note that if required, this feature can be
281
          re-enabled through the `HWBRK_RANGE define located in the
282
          "openMSP430_defines.v" file.
283
 
284
2010-01-28 [r56]
285
 
286
        * Update Design Compiler Synthesis scripts.
287
 
288
2010-01-27 [r55]
289
 
290
        * Add a "sandbox" test pattern to play around with the simulation
291
          :-P
292
 
293
2010-01-27 [r54]
294
 
295
        * Update FPGA projects with the combinatorial loop fixed.
296
 
297
2010-01-27 [r53]
298
 
299
        * Fixed the following combinatorial timing loop: 1- irq_detect
300
          (omsp_frontend) 2- decode (omsp_frontend) 3- dbg_swbrk (omsp_dbg)
301
          4- halt_flag_set (omsp_dbg) 6- dbg_halt_cmd (omsp_dbg) 7-
302
          irq_detect (omsp_frontend) Without this fix, problem could occur
303
          whenever an IRQ request arrives during a software breakpoint
304
          instruction fetch.
305
 
306
2009-12-29 [r34]
307
 
308
        * To avoid potential conflicts with other Verilog modules in bigger
309
          projects, the openMSP430 sub-modules have all been renamed with
310
          the "omsp_" prefix.
311
 
312
2009-12-29 [r33]
313
 
314
        * In order to avoid confusion, the following changes have been
315
          implemented to the Verilog code: - renamed the "rom_*" ports and
316
          defines to "pmem_*" (program memory). - renamed the "ram_*" ports
317
          and defines to "dmem_*" (data memory). In addition, in order to
318
          prevent potential conflicts with the Verilog defines of other
319
          IPs, a Verilog undefine file has been created.
320
 
321
2009-08-30 [r23]
322
 
323
        * Renamed the "openMSP430.inc" file to "openMSP430_defines.v" &
324
          added the "timescale.v" file. In order to follow the same
325
          structure as other OpenCores projects, the timescale and the
326
          defines are now included from within the Verilog files (using the
327
          `include construct).
328
 
329
2009-08-04 [r19]
330
 
331
        * added SVN property for keywords
332
 
333
2009-08-04 [r18]
334
 
335
        * Updated headers with SVN info
336
 
337
2009-08-04 [r17]
338
 
339
        * Updated header with SVN info
340
 
341
2009-07-13 [r6]
342
 
343
        * Some more SVN ignore properties...
344
 
345
2009-06-30 [r2]
346
 
347
        * Upload complete openMSP430 project to the SVN repository
348
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.