move badges to same line

This commit is contained in:
Fischer Moseley 2023-12-28 14:33:45 -08:00
parent 0eddf12931
commit 11ad9fb56a
2 changed files with 19 additions and 1 deletions

View File

@ -3,7 +3,6 @@
## Manta: An In-Situ Debugging Tool for Programmable Hardware
![run_tests](https://github.com/fischermoseley/manta/actions/workflows/run_tests.yml/badge.svg)
![build_docs](https://github.com/fischermoseley/manta/actions/workflows/build_docs.yml/badge.svg)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

19
ethernet_test.yml Normal file
View File

@ -0,0 +1,19 @@
---
cores:
io_core:
type: io
inputs:
dhcp_done: 1
dhcp_ip_address: 32
dhcp_timeout: 1
outputs:
dhcp_start: 1
ip_address: 32
uart:
port: "/dev/ttyUSB1"
baudrate: 115200
clock_freq: 12000000