From 11ad9fb56a0eedeb456fef003f8fd84b48f4effa Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Thu, 28 Dec 2023 14:33:45 -0800 Subject: [PATCH] move badges to same line --- README.md | 1 - ethernet_test.yml | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 ethernet_test.yml diff --git a/README.md b/README.md index e49515c..495439f 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/ethernet_test.yml b/ethernet_test.yml new file mode 100644 index 0000000..9ca6abf --- /dev/null +++ b/ethernet_test.yml @@ -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