-
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.
🚀 Initial refactor with dependency upgrades
- Loading branch information
1 parent
efec66a
commit cdf6f22
Showing
138 changed files
with
6,017 additions
and
5,419 deletions.
There are no files selected for viewing
Binary file added
BIN
+26.1 KB
...atic/img/examples/03a_sax_active_cosimulation/simple_ideal_o3_mzi_2x2_plots.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+29.2 KB
...atic/img/examples/03a_sax_active_cosimulation/simple_ideal_o4_mzi_2x2_plots.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-700 Bytes
(97%)
...c/img/examples/03a_sax_active_cosimulation/switch_lattice_simulation_plot_0.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3.57 KB
(110%)
...c/img/examples/03a_sax_active_cosimulation/switch_lattice_simulation_plot_1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-21 Bytes
(100%)
...c/img/examples/03a_sax_active_cosimulation/switch_lattice_simulation_plot_2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2.58 KB
(110%)
...c/img/examples/03a_sax_active_cosimulation/switch_lattice_simulation_plot_3.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+18.5 KB
docs/_static/img/examples/04_spice_cosimulation/linear_phase_power_mapping.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-6.78 KB
(82%)
docs/_static/img/examples/04_spice_cosimulation/simple_energy_consumed_plot.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-171 Bytes
(100%)
docs/_static/img/examples/04_spice_cosimulation/simple_ideal_o3_mzi_2x2_plots.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-704 Bytes
(98%)
docs/_static/img/examples/04_spice_cosimulation/simple_ideal_o4_mzi_2x2_plots.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-549 Bytes
(98%)
docs/_static/img/examples/04_spice_cosimulation/simple_transient_plot.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-3.52 KB
(91%)
docs/_static/img/examples/04_spice_cosimulation/simple_transient_plot_full.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.39 KB
(100%)
...c/img/examples/04_spice_cosimulation/simple_transient_plot_power_resistance.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
21 changes: 10 additions & 11 deletions
21
docs/examples/02_digital_design_simulation/our_truth_table_module.v
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
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/02a_large_scale_digital_layout/parallel/parallel_0/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 @@ | ||
parallel_0 |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
68 changes: 68 additions & 0 deletions
68
...2a_large_scale_digital_layout/parallel/parallel_0/parallel_0/src/our_truth_table_module.v
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,68 @@ | ||
/* Generated by Yosys 0.38 (git sha1 543faed9c8c, clang++ 16.0.6 -fPIC -Os) */ | ||
|
||
(* top = 1 *) | ||
(* generator = "Amaranth" *) | ||
module top(\output , \input ); | ||
reg \$auto$verilog_backend.cc:2334:dump_module$1 = 0; | ||
(* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:47" *) | ||
input [3:0] \input ; | ||
wire [3:0] \input ; | ||
(* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:47" *) | ||
output [3:0] \output ; | ||
reg [3:0] \output ; | ||
always @* begin | ||
if (\$auto$verilog_backend.cc:2334:dump_module$1 ) begin end | ||
(* full_case = 32'd1 *) | ||
(* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:61" *) | ||
casez (\input ) | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h0: | ||
\output = 4'h5; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h1: | ||
\output = 4'hc; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h2: | ||
\output = 4'h5; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h3: | ||
\output = 4'h6; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h4: | ||
\output = 4'h2; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h5: | ||
\output = 4'hd; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h6: | ||
\output = 4'h6; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h7: | ||
\output = 4'h3; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h8: | ||
\output = 4'h9; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h9: | ||
\output = 4'he; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'ha: | ||
\output = 4'h4; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'hb: | ||
\output = 4'h8; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'hc: | ||
\output = 4'h1; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'hd: | ||
\output = 4'hb; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'he: | ||
\output = 4'hf; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'hf: | ||
\output = 4'ha; | ||
endcase | ||
end | ||
endmodule |
Empty file.
12 changes: 12 additions & 0 deletions
12
docs/examples/02a_large_scale_digital_layout/parallel/parallel_0/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="parallel_0", | ||
version="0.0.1", | ||
description="Example empty piel project.", | ||
author="Dario Quintero", | ||
author_email="[email protected]", | ||
url="https://github.com/daquintero/piel", | ||
packages=["parallel_0"], | ||
) |
1 change: 1 addition & 0 deletions
1
docs/examples/02a_large_scale_digital_layout/parallel/parallel_1/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 @@ | ||
parallel_1 |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
68 changes: 68 additions & 0 deletions
68
...2a_large_scale_digital_layout/parallel/parallel_1/parallel_1/src/our_truth_table_module.v
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,68 @@ | ||
/* Generated by Yosys 0.38 (git sha1 543faed9c8c, clang++ 16.0.6 -fPIC -Os) */ | ||
|
||
(* top = 1 *) | ||
(* generator = "Amaranth" *) | ||
module top(\output , \input ); | ||
reg \$auto$verilog_backend.cc:2334:dump_module$1 = 0; | ||
(* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:47" *) | ||
input [3:0] \input ; | ||
wire [3:0] \input ; | ||
(* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:47" *) | ||
output [3:0] \output ; | ||
reg [3:0] \output ; | ||
always @* begin | ||
if (\$auto$verilog_backend.cc:2334:dump_module$1 ) begin end | ||
(* full_case = 32'd1 *) | ||
(* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:61" *) | ||
casez (\input ) | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h0: | ||
\output = 4'h5; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h1: | ||
\output = 4'hc; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h2: | ||
\output = 4'h5; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h3: | ||
\output = 4'h6; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h4: | ||
\output = 4'h2; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h5: | ||
\output = 4'hd; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h6: | ||
\output = 4'h6; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h7: | ||
\output = 4'h3; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h8: | ||
\output = 4'h9; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h9: | ||
\output = 4'he; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'ha: | ||
\output = 4'h4; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'hb: | ||
\output = 4'h8; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'hc: | ||
\output = 4'h1; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'hd: | ||
\output = 4'hb; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'he: | ||
\output = 4'hf; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'hf: | ||
\output = 4'ha; | ||
endcase | ||
end | ||
endmodule |
Empty file.
12 changes: 12 additions & 0 deletions
12
docs/examples/02a_large_scale_digital_layout/parallel/parallel_1/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="parallel_1", | ||
version="0.0.1", | ||
description="Example empty piel project.", | ||
author="Dario Quintero", | ||
author_email="[email protected]", | ||
url="https://github.com/daquintero/piel", | ||
packages=["parallel_1"], | ||
) |
1 change: 1 addition & 0 deletions
1
docs/examples/02a_large_scale_digital_layout/parallel/parallel_2/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 @@ | ||
parallel_2 |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
68 changes: 68 additions & 0 deletions
68
...2a_large_scale_digital_layout/parallel/parallel_2/parallel_2/src/our_truth_table_module.v
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,68 @@ | ||
/* Generated by Yosys 0.38 (git sha1 543faed9c8c, clang++ 16.0.6 -fPIC -Os) */ | ||
|
||
(* top = 1 *) | ||
(* generator = "Amaranth" *) | ||
module top(\output , \input ); | ||
reg \$auto$verilog_backend.cc:2334:dump_module$1 = 0; | ||
(* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:47" *) | ||
input [3:0] \input ; | ||
wire [3:0] \input ; | ||
(* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:47" *) | ||
output [3:0] \output ; | ||
reg [3:0] \output ; | ||
always @* begin | ||
if (\$auto$verilog_backend.cc:2334:dump_module$1 ) begin end | ||
(* full_case = 32'd1 *) | ||
(* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:61" *) | ||
casez (\input ) | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h0: | ||
\output = 4'h5; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h1: | ||
\output = 4'hc; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h2: | ||
\output = 4'h5; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h3: | ||
\output = 4'h6; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h4: | ||
\output = 4'h2; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h5: | ||
\output = 4'hd; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h6: | ||
\output = 4'h6; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h7: | ||
\output = 4'h3; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h8: | ||
\output = 4'h9; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'h9: | ||
\output = 4'he; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'ha: | ||
\output = 4'h4; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'hb: | ||
\output = 4'h8; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'hc: | ||
\output = 4'h1; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'hd: | ||
\output = 4'hb; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'he: | ||
\output = 4'hf; | ||
/* src = "/home/daquintero/phd/piel_private/piel/tools/amaranth/construct.py:64" */ | ||
4'hf: | ||
\output = 4'ha; | ||
endcase | ||
end | ||
endmodule |
Empty file.
12 changes: 12 additions & 0 deletions
12
docs/examples/02a_large_scale_digital_layout/parallel/parallel_2/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="parallel_2", | ||
version="0.0.1", | ||
description="Example empty piel project.", | ||
author="Dario Quintero", | ||
author_email="[email protected]", | ||
url="https://github.com/daquintero/piel", | ||
packages=["parallel_2"], | ||
) |
1 change: 1 addition & 0 deletions
1
docs/examples/02a_large_scale_digital_layout/parallel/parallel_3/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 @@ | ||
parallel_3 |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Oops, something went wrong.