move badges to same line
This commit is contained in:
parent
0eddf12931
commit
11ad9fb56a
|
|
@ -3,7 +3,6 @@
|
|||
## Manta: An In-Situ Debugging Tool for Programmable Hardware
|
||||

|
||||

|
||||
|
||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||
[](https://github.com/psf/black)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue