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

Subversion Repositories openmsp430

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

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

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

powered by: WebSVN 2.1.0

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