Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
ttDuong282 committed Feb 1, 2024
2 parents 6afc209 + 0bee27a commit d0d2ffc
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 2,140 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![UPRJ_CI](https://github.com/efabless/caravel_project_example/actions/workflows/user_project_ci.yml/badge.svg)](https://github.com/efabless/caravel_project_example/actions/workflows/user_project_ci.yml)

> Our Project proudly achieves **1st prize** of the [**eFabless 3rd AI Generated Design Contest**](https://efabless.com/genai/challenges/3-winners)!
A project dedicated to developing a hardware-software co-design for neurosynaptic core based on Spike Neural Network (SNN) architecture, integrated with RISC-V based SoC, powered by the RTL code generated by ChatGPT-4 with advanced optimizations.

## Contributor
Expand Down
Binary file modified edabk-brain-architect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion verilog/dv/edabk_firmware_demo/C_data_struct_def.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ typedef struct {
} Packet;

// SNN data array initialization
Packet packet_data[NUM_CORES][1000];
Packet packet_data[1024];
Core core_data[NUM_CORES];
2 changes: 1 addition & 1 deletion verilog/dv/edabk_firmware_demo/edabk_firmware_demo_tb.v
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ module edabk_firmware_demo_tb;
$dumpvars(0, edabk_firmware_demo_tb);

// Repeat cycles of 1000 clock edges as needed to complete testbench
repeat (70) begin
repeat (700) begin
repeat (1000) @(posedge clock);
// $display("+1000 cycles");
end
Expand Down
32 changes: 0 additions & 32 deletions verilog/dv/firmware_demo/Makefile

This file was deleted.

32 changes: 0 additions & 32 deletions verilog/dv/firmware_demo/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions verilog/dv/firmware_demo/SNN_data.c

This file was deleted.

7 changes: 0 additions & 7 deletions verilog/dv/firmware_demo/SNN_data.h

This file was deleted.

116 changes: 0 additions & 116 deletions verilog/dv/firmware_demo/convert.c

This file was deleted.

Loading

0 comments on commit d0d2ffc

Please sign in to comment.