Daira Hopwood
|
760d69bd2c
|
Rename "auxiliary column" to "instance column" in the book and in code. fixes #181
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2021-02-14 21:09:49 +00:00 |
|
Jack Grigg
|
5905230174
|
Fix stable clippy lints
|
2021-02-05 16:48:41 +00:00 |
|
Jack Grigg
|
c95f0b7c0c
|
circuit_layout: Darken the cells of the region that have been assigned to
We record every instance of a cell assignment, so that cells which are
double-assigned (which is usually a mistake) will appear darker.
|
2021-02-01 18:38:22 +00:00 |
|
Jack Grigg
|
3c1132ec59
|
Add halo2::dev::circuit_layout behind dev-graph feature flag
This method renders circuits as tables, showing how the various regions
within them have been layed out.
|
2021-02-01 18:38:20 +00:00 |
|
Jack Grigg
|
7dd6e65a5f
|
Add halo2::dev::circuit_dot_graph behind dev-graph feature flag
This method renders circuits as dot graphs, to help circuit developers
understand their structure.
|
2021-02-01 18:38:16 +00:00 |
|