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

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [ChangeLog_core.txt] - Diff between revs 183 and 187

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 183 Rev 187
 
2013-04-08 [r186]
 
 
 
        * Fixed Hardware Multiplier byte operations bug:
 
          http://opencores.org/bug,assign,2247
 
 
2013-02-25 [r180]
2013-02-25 [r180]
        * Add new ASIC_CLOCKING configuration option to allow ASIC
        * Add new ASIC_CLOCKING configuration option to allow ASIC
          implementations with FPGA clocking scheme. Thanks to Sebastien
          implementations with FPGA clocking scheme. Thanks to Sebastien
          Van Cauwenberghe's contribution :-)
          Van Cauwenberghe's contribution :-)
2013-02-16 [r178]
2013-02-16 [r178]
        * Update all linker scripts with a simplified version. Thanks to
        * Update all linker scripts with a simplified version. Thanks to
          Mihai M. for this one :-)
          Mihai M. for this one :-)
2013-01-30 [r175]
2013-01-30 [r175]
        * Update hardware breakpoint unit with the followings: - fixed
        * Update hardware breakpoint unit with the followings: - fixed
          hardware breakpoint bug with CALL instructions. - modified data
          hardware breakpoint bug with CALL instructions. - modified data
          read watchpoint behavior to also trigger with read/modify/write
          read watchpoint behavior to also trigger with read/modify/write
          instructions. - removed unused ports.
          instructions. - removed unused ports.
2013-01-30 [r174]
2013-01-30 [r174]
        * Cleanup dmem_wr generation logic. Important note: this is not a
        * Cleanup dmem_wr generation logic. Important note: this is not a
          bug fix, only beautification.
          bug fix, only beautification.
2012-10-15 [r154]
2012-10-15 [r154]
        * The serial debug interface now supports the I2C protocol (in
        * The serial debug interface now supports the I2C protocol (in
          addition to the UART)
          addition to the UART)
2012-07-22 [r151]
2012-07-22 [r151]
        * Add possibility to configure custom Program, Data and Peripheral
        * Add possibility to configure custom Program, Data and Peripheral
          memory sizes.
          memory sizes.
2012-07-19 [r149]
2012-07-19 [r149]
        * Update simulation regression result parser. Fixed failing SFR
        * Update simulation regression result parser. Fixed failing SFR
          test (due to newer MSPGCC version). Implement request
          test (due to newer MSPGCC version). Implement request
          http://opencores.org/bug,view,2171 (burst accesses through the
          http://opencores.org/bug,view,2171 (burst accesses through the
          serial debug interface)
          serial debug interface)
2012-05-30 [r145]
2012-05-30 [r145]
        * Add Dhrystone and CoreMark benchmarks to the simulation
        * Add Dhrystone and CoreMark benchmarks to the simulation
          environment.
          environment.
2012-05-09 [r142]
2012-05-09 [r142]
        * Beautify the linker script examples.
        * Beautify the linker script examples.
2012-05-05 [r141]
2012-05-05 [r141]
        * Update verification environment to support MSPGCC Uniarch (based
        * Update verification environment to support MSPGCC Uniarch (based
          on GCC 4.5 and later)
          on GCC 4.5 and later)
2012-04-23 [r139]
2012-04-23 [r139]
        * Add some SVN ignore patterns
        * Add some SVN ignore patterns
2012-04-23 [r138]
2012-04-23 [r138]
        * Update simulation scripts to support Cygwin out of the box for
        * Update simulation scripts to support Cygwin out of the box for
          Windows users.
          Windows users.
2012-03-22 [r134]
2012-03-22 [r134]
        * Add full ASIC support (low-power modes, DFT, ...). Improved
        * Add full ASIC support (low-power modes, DFT, ...). Improved
          serial debug interface reliability.
          serial debug interface reliability.
2012-03-09 [r132]
2012-03-09 [r132]
        * Update FPGA examples with the POP.B bug fix
        * Update FPGA examples with the POP.B bug fix
2012-03-01 [r130]
2012-03-01 [r130]
        * Fixed POP.B bug (see Bugtracker
        * Fixed POP.B bug (see Bugtracker
          http://opencores.org/bug,assign,2137 )
          http://opencores.org/bug,assign,2137 )
2011-12-16 [r128]
2011-12-16 [r128]
        * Fixed CALL x(SR) bug (see Bugtracker
        * Fixed CALL x(SR) bug (see Bugtracker
          http://opencores.org/bug,view,2111 )
          http://opencores.org/bug,view,2111 )
2011-10-05 [r122]
2011-10-05 [r122]
        * Add coverage report generation (NCVERILOG only) Add support for
        * Add coverage report generation (NCVERILOG only) Add support for
          the ISIM Xilinx simulator.
          the ISIM Xilinx simulator.
2011-06-23 [r117]
2011-06-23 [r117]
        * To facilitate commercial adoption of the openMSP430, the core has
        * To facilitate commercial adoption of the openMSP430, the core has
          moved to a modified BSD license.
          moved to a modified BSD license.
2011-05-29 [r115]
2011-05-29 [r115]
        * Add linker script example.
        * Add linker script example.
2011-05-21 [r112]
2011-05-21 [r112]
        * Modified comment.
        * Modified comment.
2011-05-20 [r111]
2011-05-20 [r111]
        * Re-organized the "openMSP430_defines.v" file. Re-defined the
        * Re-organized the "openMSP430_defines.v" file. Re-defined the
          CPU_ID register of the debug interface (in particular to support
          CPU_ID register of the debug interface (in particular to support
          custom user versioning). Added RTL configuration possibility to
          custom user versioning). Added RTL configuration possibility to
          expand the peripheral address space from 512B (0x0000 to 0x0200)
          expand the peripheral address space from 512B (0x0000 to 0x0200)
          to up to 32kB (0x0000 to 0x8000). As a consequence the per_addr
          to up to 32kB (0x0000 to 0x8000). As a consequence the per_addr
          bus width goes from 8 to 14 bits and the peripherals address
          bus width goes from 8 to 14 bits and the peripherals address
          decoders have been updated accordingly.
          decoders have been updated accordingly.
2011-03-25 [r106]
2011-03-25 [r106]
        * Separated the Timer A defines from the openMSP430 ones. Added the
        * Separated the Timer A defines from the openMSP430 ones. Added the
          "dbg_en" port in order to allow a separate reset of the debug
          "dbg_en" port in order to allow a separate reset of the debug
          interface. Added the "core_en" port (when cleared, the CPU will
          interface. Added the "core_en" port (when cleared, the CPU will
          stop execution, the dbg_freeze signal will be set and the aclk &
          stop execution, the dbg_freeze signal will be set and the aclk &
          smclk will be stopped). Renamed "per_wen" to "per_we" to prevent
          smclk will be stopped). Renamed "per_wen" to "per_we" to prevent
          confusion with active low signals. Removed to missing unused
          confusion with active low signals. Removed to missing unused
          flops when the DBG_EN is not defined (thanks to Mihai
          flops when the DBG_EN is not defined (thanks to Mihai
          contribution).
          contribution).
2011-03-10 [r105]
2011-03-10 [r105]
        * Removed dummy memory read access for the MOV/PUSH/CALL/RETI
        * Removed dummy memory read access for the MOV/PUSH/CALL/RETI
          instructions. These were not problematic but this is simply
          instructions. These were not problematic but this is simply
          cleaner that way.
          cleaner that way.
2011-03-05 [r103]
2011-03-05 [r103]
        * Removed the timescale from all RTL files. Added possibility to
        * Removed the timescale from all RTL files. Added possibility to
          exclude the "includes" statements from the RTL.
          exclude the "includes" statements from the RTL.
2011-03-04 [r102]
2011-03-04 [r102]
        * Fixed bug reported by Mihai ( http://opencores.org/bug,view,1955
        * Fixed bug reported by Mihai ( http://opencores.org/bug,view,1955
          ). The following PUSH instructions are now working as expected: -
          ). The following PUSH instructions are now working as expected: -
          indexed mode: PUSH x(R1) - indirect register mode: PUSH @R1 -
          indexed mode: PUSH x(R1) - indirect register mode: PUSH @R1 -
          indirect autoincrement: PUSH @R1+
          indirect autoincrement: PUSH @R1+
2011-03-04 [r101]
2011-03-04 [r101]
        * Cosmetic change in order to prevent an X propagation whenever
        * Cosmetic change in order to prevent an X propagation whenever
          executing a byte instruction with an uninitialized memory
          executing a byte instruction with an uninitialized memory
          location as source.
          location as source.
2011-02-28 [r99]
2011-02-28 [r99]
        * Small fix for CVER simulator support.
        * Small fix for CVER simulator support.
2011-02-28 [r98]
2011-02-28 [r98]
        * Added support for VCS verilog simulator. VPD and TRN waveforms
        * Added support for VCS verilog simulator. VPD and TRN waveforms
          can now be generated.
          can now be generated.
2011-02-24 [r95]
2011-02-24 [r95]
        * Update some test patterns for the additional simulator supports.
        * Update some test patterns for the additional simulator supports.
2011-02-24 [r94]
2011-02-24 [r94]
        * Thanks to Mihai-Costin Manolescu's contribution, the simulation
        * Thanks to Mihai-Costin Manolescu's contribution, the simulation
          scripts now support the following simulators: - Icarus Verilog -
          scripts now support the following simulators: - Icarus Verilog -
          Cver - Verilog-XL - NCVerilog - Modelsim
          Cver - Verilog-XL - NCVerilog - Modelsim
2011-02-20 [r91]
2011-02-20 [r91]
        * Fixed bug when an IRQ arrives while CPU is halted through the
        * Fixed bug when an IRQ arrives while CPU is halted through the
          serial debug interface. This bug is CRITICAL for people using
          serial debug interface. This bug is CRITICAL for people using
          working with interrupts and the Serial Debug Interface.
          working with interrupts and the Serial Debug Interface.
2011-01-28 [r86]
2011-01-28 [r86]
        * Update serial debug interface test patterns to make them work
        * Update serial debug interface test patterns to make them work
          with all program memory configurations.
          with all program memory configurations.
2011-01-28 [r85]
2011-01-28 [r85]
        * Diverse RTL cosmetic updates.
        * Diverse RTL cosmetic updates.
2011-01-23 [r84]
2011-01-23 [r84]
        * Update SRAM model in the core testbench to prevent the IEEE
        * Update SRAM model in the core testbench to prevent the IEEE
          warning when running simulations. Update watchdog to fix NMI
          warning when running simulations. Update watchdog to fix NMI
          synchronisation problem. Add synchronizers for the PUC signal in
          synchronisation problem. Add synchronizers for the PUC signal in
          the debug interface.
          the debug interface.
2010-12-05 [r80]
2010-12-05 [r80]
        * Create initial version of the Actel FPGA implementation example.
        * Create initial version of the Actel FPGA implementation example.
2010-11-23 [r79]
2010-11-23 [r79]
        * Update the GPIO peripheral to fix a potential synchronization
        * Update the GPIO peripheral to fix a potential synchronization
          issue.
          issue.
2010-11-18 [r76]
2010-11-18 [r76]
        * Add possibility to simulate C code within the "core" environment.
        * Add possibility to simulate C code within the "core" environment.
2010-08-28 [r74]
2010-08-28 [r74]
        * Update serial debug interface to support memories with a size
        * Update serial debug interface to support memories with a size
          which is not a power of 2. Update the software tools accordingly.
          which is not a power of 2. Update the software tools accordingly.
2010-08-03 [r73]
2010-08-03 [r73]
        * Update all bash scripts headers with "#!/bin/bash" instead of
        * Update all bash scripts headers with "#!/bin/bash" instead of
          "#!/bin/sh". This will prevent compatibility problems in systems
          "#!/bin/sh". This will prevent compatibility problems in systems
          where bash isn't the default shell.
          where bash isn't the default shell.
2010-08-01 [r72]
2010-08-01 [r72]
        * Expand configurability options of the program and data memory
        * Expand configurability options of the program and data memory
          sizes.
          sizes.
2010-03-07 [r67-68]
2010-03-07 [r67-68]
        * Update synthesis scripts with the hardware multiplier support.
        * Update synthesis scripts with the hardware multiplier support.
        * Added 16x16 Hardware Multiplier.
        * Added 16x16 Hardware Multiplier.
2010-03-07 [r66]
2010-03-07 [r66]
        * The peripheral templates are now under BSD license. Developers of
        * The peripheral templates are now under BSD license. Developers of
          new peripherals based on these templates won't have to disclose
          new peripherals based on these templates won't have to disclose
          their code.
          their code.
2010-02-24 [r65]
2010-02-24 [r65]
        * Add possibility to disable waveform dumping by setting the
        * Add possibility to disable waveform dumping by setting the
          OMSP_NODUMP environment variable to 1.
          OMSP_NODUMP environment variable to 1.
2010-02-14 [r64]
2010-02-14 [r64]
        * Add Actel synthesis environment for size and speed analysis.
        * Add Actel synthesis environment for size and speed analysis.
2010-02-14 [r63]
2010-02-14 [r63]
        * Add Altera synthesis environment for size and speed analysis.
        * Add Altera synthesis environment for size and speed analysis.
2010-02-14 [r62]
2010-02-14 [r62]
        * Add Xilinx synthesis environment for size&speed analysis.
        * Add Xilinx synthesis environment for size&speed analysis.
2010-02-03 [r60]
2010-02-03 [r60]
        * Cleanup of the PC (R0) generation logic. Formal equivalence was
        * Cleanup of the PC (R0) generation logic. Formal equivalence was
          shown between the new and old code with Synopsys' Formality (to
          shown between the new and old code with Synopsys' Formality (to
          make sure that nothing has been broken :-P ).
          make sure that nothing has been broken :-P ).
2010-02-01 [r58]
2010-02-01 [r58]
        * Update the debug hardware breakpoint verification patterns to
        * Update the debug hardware breakpoint verification patterns to
          reflect the latest design updates.
          reflect the latest design updates.
2010-02-01 [r57]
2010-02-01 [r57]
        * Update design to exclude the range mode from the debug hardware
        * Update design to exclude the range mode from the debug hardware
          breakpoint units. As this feature is not used by GDB, it has been
          breakpoint units. As this feature is not used by GDB, it has been
          disabled in order to improve the timings and save a bit of
          disabled in order to improve the timings and save a bit of
          area/utilisation. Note that if required, this feature can be
          area/utilisation. Note that if required, this feature can be
          re-enabled through the `HWBRK_RANGE define located in the
          re-enabled through the `HWBRK_RANGE define located in the
          "openMSP430_defines.v" file.
          "openMSP430_defines.v" file.
2010-01-28 [r56]
2010-01-28 [r56]
        * Update Design Compiler Synthesis scripts.
        * Update Design Compiler Synthesis scripts.
2010-01-27 [r55]
2010-01-27 [r55]
        * Add a "sandbox" test pattern to play around with the simulation
        * Add a "sandbox" test pattern to play around with the simulation
          :-P
          :-P
2010-01-27 [r54]
2010-01-27 [r54]
        * Update FPGA projects with the combinatorial loop fixed.
        * Update FPGA projects with the combinatorial loop fixed.
2010-01-27 [r53]
2010-01-27 [r53]
        * Fixed the following combinatorial timing loop: 1- irq_detect
        * Fixed the following combinatorial timing loop: 1- irq_detect
          (omsp_frontend) 2- decode (omsp_frontend) 3- dbg_swbrk (omsp_dbg)
          (omsp_frontend) 2- decode (omsp_frontend) 3- dbg_swbrk (omsp_dbg)
          4- halt_flag_set (omsp_dbg) 6- dbg_halt_cmd (omsp_dbg) 7-
          4- halt_flag_set (omsp_dbg) 6- dbg_halt_cmd (omsp_dbg) 7-
          irq_detect (omsp_frontend) Without this fix, problem could occur
          irq_detect (omsp_frontend) Without this fix, problem could occur
          whenever an IRQ request arrives during a software breakpoint
          whenever an IRQ request arrives during a software breakpoint
          instruction fetch.
          instruction fetch.
2009-12-29 [r34]
2009-12-29 [r34]
        * To avoid potential conflicts with other Verilog modules in bigger
        * To avoid potential conflicts with other Verilog modules in bigger
          projects, the openMSP430 sub-modules have all been renamed with
          projects, the openMSP430 sub-modules have all been renamed with
          the "omsp_" prefix.
          the "omsp_" prefix.
2009-12-29 [r33]
2009-12-29 [r33]
        * In order to avoid confusion, the following changes have been
        * In order to avoid confusion, the following changes have been
          implemented to the Verilog code: - renamed the "rom_*" ports and
          implemented to the Verilog code: - renamed the "rom_*" ports and
          defines to "pmem_*" (program memory). - renamed the "ram_*" ports
          defines to "pmem_*" (program memory). - renamed the "ram_*" ports
          and defines to "dmem_*" (data memory). In addition, in order to
          and defines to "dmem_*" (data memory). In addition, in order to
          prevent potential conflicts with the Verilog defines of other
          prevent potential conflicts with the Verilog defines of other
          IPs, a Verilog undefine file has been created.
          IPs, a Verilog undefine file has been created.
2009-08-30 [r23]
2009-08-30 [r23]
        * Renamed the "openMSP430.inc" file to "openMSP430_defines.v" &
        * Renamed the "openMSP430.inc" file to "openMSP430_defines.v" &
          added the "timescale.v" file. In order to follow the same
          added the "timescale.v" file. In order to follow the same
          structure as other OpenCores projects, the timescale and the
          structure as other OpenCores projects, the timescale and the
          defines are now included from within the Verilog files (using the
          defines are now included from within the Verilog files (using the
          `include construct).
          `include construct).
2009-08-04 [r19]
2009-08-04 [r19]
        * added SVN property for keywords
        * added SVN property for keywords
2009-08-04 [r18]
2009-08-04 [r18]
        * Updated headers with SVN info
        * Updated headers with SVN info
2009-08-04 [r17]
2009-08-04 [r17]
        * Updated header with SVN info
        * Updated header with SVN info
2009-07-13 [r6]
2009-07-13 [r6]
        * Some more SVN ignore properties...
        * Some more SVN ignore properties...
2009-06-30 [r2]
2009-06-30 [r2]
        * Upload complete openMSP430 project to the SVN repository
        * Upload complete openMSP430 project to the SVN repository
 
 

powered by: WebSVN 2.1.0

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