Skip to content

Commit

Permalink
Merge pull request #10 from prophesee-ai/release_0_2_3
Browse files Browse the repository at this point in the history
Release 0.2.3: License changed to Apache-2.0
  • Loading branch information
bmichel-psee authored May 3, 2024
2 parents d5b434f + 1a5b0ae commit ff85636
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fpga-projects
└── projects
└── kv260
├── README.md
├── kv260_RC_0_2_2.tcl
├── kv260_RC_0_2_3.tcl
└── srcs
├── coe
├── constr
Expand Down
Binary file added ip/axis_tkeep_handler_1_1/misc/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions ip/event_stream_smart_tracker_1_0/component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1220,6 +1220,21 @@
<spirit:userFileType>GTCL</spirit:userFileType>
</spirit:file>
</spirit:fileSet>
<spirit:fileSet>
<spirit:name>xilinx_utilityxitfiles_view_fileset</spirit:name>
<spirit:file>
<spirit:name>misc/logo.png</spirit:name>
<spirit:userFileType>image</spirit:userFileType>
<spirit:userFileType>LOGO</spirit:userFileType>
</spirit:file>
</spirit:fileSet>
<spirit:fileSet>
<spirit:name>xilinx_miscfiles_view_fileset</spirit:name>
<spirit:file>
<spirit:name>misc/logo.png</spirit:name>
<spirit:userFileType>image</spirit:userFileType>
</spirit:file>
</spirit:fileSet>
</spirit:fileSets>
<spirit:description>Event Smart Dropper with Th Recovery and TS Checker</spirit:description>
<spirit:parameters>
Expand Down
Binary file added ip/event_stream_smart_tracker_1_0/misc/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ip/ps_host_if_2_1/misc/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 15 additions & 8 deletions projects/kv260/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
## 0.1.0 - (2024-04-17)
## 0.2.3 - (2024-05-03)
---

### New
* First released of kv260 project, with:
- Project generation scripts
* License changed to Apache-2.0
* Missing logo added to Prophesee IPs


## 0.2.2 - (2024-04-18)
---

### New
* First release of kv260 project, with:
- Project generation script
- Simulation pattern sources
- List of PSEE IPs for Vivado :
- PS_HOST_IF (Interface with DMA and PS Unit, also control tlast timeout)
- EVENT_STREAM_SMART_TRACKER (BackPressure control and management of overflow)
- TKEEP_HANDLER (Managing the TKEEP signals)
- Among with their standalone test-benches if exists
- Prophesee IPs for Vivado (with their standalone testbenches when they exist):
- ps_host_if v2.1 (Interface with DMA and PS unit, also control tlast timeout)
- event_stream_smart_tracker v1.0 (Back-pressure control and overflow management)
- axis_tkeep_handler v1.1 (Managing the TKEEP signals)
4 changes: 2 additions & 2 deletions projects/kv260/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The first levels of the package hierarchy are shown below.
kv260
├── CHANGELOG.md
├── README.md
├── kv260_RC_0_2_2.tcl
├── kv260_RC_0_2_3.tcl
└── srcs
├── coe
├── constr
Expand Down Expand Up @@ -82,7 +82,7 @@ To create the project, go into the **kv260** directory.
Then run the following commands:

```
$ vivado -mode batch -source kv260_RC_0_2_2.tcl -tclargs --project_name "kv260"
$ vivado -mode batch -source kv260_RC_0_2_3.tcl -tclargs --project_name "kv260"
$ vivado kv260.xpr
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#*****************************************************************************************
# Vivado (TM) v2022.2.1 (64-bit)
#
# kv260_RC_0_2_2.tcl: Tcl script for re-creating project 'kv260'
# kv260_RC_0_2_3.tcl: Tcl script for re-creating project 'kv260'
#
# Generated by Vivado on Wed Apr 17 17:06:18 CEST 2024
# IP Build 3718410 on Thu Dec 8 22:11:41 MST 2022
Expand Down Expand Up @@ -112,7 +112,7 @@ if { [info exists ::user_project_name] } {
}

variable script_file
set script_file "kv260_RC_0_2_2.tcl"
set script_file "kv260_RC_0_2_3.tcl"

# Help information for this script
proc print_help {} {
Expand Down
2 changes: 1 addition & 1 deletion projects/kv260/srcs/coe/kv260_system_register.coe
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
memory_initialization_radix=16;
memory_initialization_vector=00000039 00000202;
memory_initialization_vector=00000039 00000203;

0 comments on commit ff85636

Please sign in to comment.