Skip to content

Commit

Permalink
Added workflow status badge for default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jxwleong committed Sep 6, 2023
1 parent 272c8d0 commit dd552d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Altera DE1 Processor
# Altera DE1 Processor [![Cocotb Test](https://github.com/jxwleong/altera-de1-processor/actions/workflows/cocotb_test.yml/badge.svg)](https://github.com/jxwleong/altera-de1-processor/actions/workflows/cocotb_test.yml)
Use Verilog HDL code to synthesize the General Purpose Microprocessor (GPM). The GPM is broken down into two parts: Datapath (DP) and Control Unit (CU). Write the DP and CU code seperately then combined into a top module (DP + CU). The purpose of the GPM is to determine the Greatest Common Divisor (GCD) between two integers.

<br/>
Expand Down

0 comments on commit dd552d8

Please sign in to comment.