fayalite/crates/fayalite/src
2024-10-04 17:03:51 -07:00
..
_docs add missing copyright headers 2024-09-22 15:30:05 -07:00
expr split int::IntCmp into expr::HdlPartialEq and expr::HdlPartialOrd 2024-09-22 17:28:46 -07:00
intern initial public commit 2024-06-10 23:09:13 -07:00
module add mod formal and move assert/assume/cover stuff to it 2024-10-01 19:56:17 -07:00
util queue formal proof passes! 2024-10-03 23:07:14 -07:00
_docs.rs add missing copyright headers 2024-09-22 15:30:05 -07:00
annotations.rs make annotations easier to use 2024-10-01 19:54:17 -07:00
array.rs fix handling of const and size type generics when generating Index impls 2024-09-19 18:45:04 -07:00
bundle.rs WIP: use HdlOption[the_type_var] or UInt[123 + n] for creating types 2024-08-21 22:27:21 -07:00
cli.rs reduce parallelism to fit within the number of available cpus even when running sby in prove mode (which likes to run 2 smt solvers in parallel) 2024-10-04 17:03:51 -07:00
clock.rs WIP: use HdlOption[the_type_var] or UInt[123 + n] for creating types 2024-08-21 22:27:21 -07:00
enum_.rs add utility functions on HdlOption, inspired by Option's API 2024-09-20 18:49:12 -07:00
expr.rs add repeat() 2024-09-22 18:56:26 -07:00
firrtl.rs add mod formal and move assert/assume/cover stuff to it 2024-10-01 19:56:17 -07:00
formal.rs queue formal proof passes! 2024-10-03 23:07:14 -07:00
int.rs split int::IntCmp into expr::HdlPartialEq and expr::HdlPartialOrd 2024-09-22 17:28:46 -07:00
intern.rs WIP: use HdlOption[the_type_var] or UInt[123 + n] for creating types 2024-08-21 22:27:21 -07:00
lib.rs add mod formal and move assert/assume/cover stuff to it 2024-10-01 19:56:17 -07:00
memory.rs add memory::splat_mask to generate mask types from a Bool 2024-09-22 18:57:30 -07:00
module.rs add mod formal and move assert/assume/cover stuff to it 2024-10-01 19:56:17 -07:00
prelude.rs queue formal proof passes! 2024-10-03 23:07:14 -07:00
reg.rs WIP: use HdlOption[the_type_var] or UInt[123 + n] for creating types 2024-08-21 22:27:21 -07:00
reset.rs WIP: use HdlOption[the_type_var] or UInt[123 + n] for creating types 2024-08-21 22:27:21 -07:00
source_location.rs reformat messy code that rustfmt doesn't format 2024-07-10 23:34:41 -07:00
testing.rs queue formal proof passes! 2024-10-03 23:07:14 -07:00
ty.rs fix #[hdl] to work with unusual identifier hygiene from macros 2024-10-03 23:04:14 -07:00
util.rs support redirecting subprocesses' stdout/stderr to print!() so it gets captured for rust tests 2024-09-25 02:00:06 -07:00
wire.rs add support for incomplete_wire -- a wire that you can supply the type of later 2024-09-20 18:46:56 -07:00