-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c01e9bd
commit 78e096e
Showing
28 changed files
with
36 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
docs/examples/07_full_flow_demo_electronic_photonic/full_flow_demo/docs/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
full_flow_demo |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
.../examples/07_full_flow_demo_electronic_photonic/full_flow_demo/full_flow_demo/tb/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
# Makefile | ||
SIM ?= icarus | ||
TOPLEVEL_LANG ?= verilog | ||
VERILOG_SOURCES += /home/daquintero/phd/piel_private/docs/examples/10_demo_full_flow/full_flow_demo/full_flow_demo/src/truth_table_module.v | ||
TOPLEVEL := top | ||
MODULE := test_top | ||
include $(shell cocotb-config --makefiles)/Makefile.sim |
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...ull_flow_demo/tb/run_cocotb_simulation.sh → ...ull_flow_demo/tb/run_cocotb_simulation.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cd /home/daquintero/phd/piel_private/docs/examples/10_demo_full_flow/full_flow_demo/full_flow_demo/tb; | ||
make | ||
cd /home/daquintero/phd/piel_private/docs/examples/10_demo_full_flow/full_flow_demo/full_flow_demo/tb; | ||
make |
File renamed without changes.
12 changes: 12 additions & 0 deletions
12
docs/examples/07_full_flow_demo_electronic_photonic/full_flow_demo/setup.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/usr/bin/env python | ||
from distutils.core import setup | ||
|
||
setup( | ||
name="full_flow_demo", | ||
version="0.0.1", | ||
description="Example empty piel project.", | ||
author="Dario Quintero", | ||
author_email="[email protected]", | ||
url="https://github.com/daquintero/piel", | ||
packages=["full_flow_demo"], | ||
) |
117 changes: 0 additions & 117 deletions
117
docs/examples/07_mixed_signal_photonic_cosimulation/07_mixed_signal_photonic_cosimulation.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
docs/examples/10_demo_full_flow/full_flow_demo/full_flow_demo/tb/Makefile
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters