Skip to content

Commit

Permalink
Update README/Release_Notes for patch v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
calebofearth committed May 17, 2024
1 parent 3e7375d commit f3a3306
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 7 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and<BR>
limitations under the License.*_<BR>

# **Caliptra Hands-On Guide** #
_*Last Update: 2024/01/17*_
_*Last Update: 2024/05/17*_


## **Tools Used** ##
Expand Down Expand Up @@ -51,6 +51,16 @@ GCC:
- G++ Used to compile Verilator objects and test firmware
- `g++ (GCC) 11.2.0`

RDL Compiler:
- systemrdl-compiler==1.27.3
- peakrdl-systemrdl==0.3.0
- peakrdl-regblock==0.21.0
- peakrdl-uvm==2.3.0
- peakrdl-ipxact==3.4.3
- peakrdl-html==2.10.1
- peakrdl-cheader==1.0.0
- peakrdl==1.1.0

Other:
- Playbook (Microsoft Internal workflow management tool)

Expand Down
40 changes: 34 additions & 6 deletions Release_Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,41 @@ See the License for the specific language governing permissions and<BR>
limitations under the License.*_<BR>

# **Release Notes** #
_*Last Update: 2024/01/18*_
_*Last Update: 2024/05/17*_

## Rev 1p0 ##
### Rev 1p0p2 ###

### Rev 1p0 release date: 2024/01/18 ###
#### Rev 1p0p2 release date: 2024/05/22 ####
- Modifications for clean Lint
* Replace casez with case
* Replace 2-state with 4-state typedefs, parameters, enums
* Replace 'reg' with 'logic' type
* Radix fixes for many signals
* Logical/boolean operator fixes
* Logic reorganization to resolve undriven ICache signals in RV core
* Fixes for redundant logic in RV core
* Logically equivalent code adjustments to resolve potential index-out-of-bounds errors
* Declare synthesizable package functions as automatic
- Update PeakRDL tool version and regenerate reg files to resolve lint issues

#### Bug Fixes ####
[RTL] Entropy source sfifo signal unable to exit reset #503 #506
[RTL] Async reset condition missing for `nonce_offset_i` #339 #444 #483

## Previous Releases ##

### Rev 1p0p1 ###

#### Rev 1p0p1 release date: 2024/02/20 ####
- NOTE: v1.0.1 patch version was committed to the patch_v1.0 branch,
but no tag was created on GitHub and the HW_REV_ID field was not updated.

#### Bug Fixes ####
[RTL] Add connection for JTAG TDO enable signal #415 #425

### Rev 1p0 ###

#### Rev 1p0 release date: 2024/01/18 ####
- Caliptra Hardware Specification: Markdown conversion
- Caliptra Integration specification update with synthesis warnings and jtag tck requirement
- Caliptra README updates to clarify test cases and running with VCS
Expand All @@ -33,11 +63,9 @@ _*Last Update: 2024/01/18*_
- Remove TODO comments on caliptra_top ports
- Remove JTAG IDCODE command from RISC-V processor

### Bug Fixes ###
#### Bug Fixes ####
[MBOX] Fix ICCM Uncorrectable ECC error driving hw_error_non_fatal bit for LSU reads

## Previous Releases ##

### Rev 1p0-rc1 ###

#### Rev 1p0-rc1 release date: 2023/11/03 (1p0 version pending ROM release for official declaration) ###
Expand Down

0 comments on commit f3a3306

Please sign in to comment.