Skip to content

Commit

Permalink
Merge pull request #3 from AaronKutch/stage2
Browse files Browse the repository at this point in the history
Stage2
  • Loading branch information
AaronKutch authored Dec 12, 2023
2 parents 2ea7cd3 + 2a8fbb9 commit 9c5a0ae
Show file tree
Hide file tree
Showing 26 changed files with 2,859 additions and 2,004 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0] - 2023-12-08
### Crate
- `awint` 0.15

### Changes
- Dramatically improved performance by a variety of changes

## [0.1.0] - 2023-12-05
### Crate
- `awint` 0.14
Expand Down
8 changes: 4 additions & 4 deletions starlight/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[package]
name = "starlight"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
authors = ["Aaron Kutch <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/AaronKutch/starlight"
documentation = "https://docs.rs/starlight"
description = "reservation"
description = "experimental HDL and optimizer for DAGs of lookup tables"
keywords = ["dag", "rtl", "hdl"]
categories = []
categories = ["algorithms"]

[dependencies]
#awint = { path = "../../awint/awint", default-features = false, features = ["rand_support", "dag"] }
awint = { version = "0.14", default-features = false, features = ["rand_support", "dag"] }
awint = { version = "0.15", default-features = false, features = ["rand_support", "dag"] }
rand_xoshiro = { version = "0.6", default-features = false }

[features]
Expand Down
2 changes: 1 addition & 1 deletion starlight/src/awi_structs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ mod temporal;
pub use epoch::{Assertions, Epoch};
pub use eval_awi::EvalAwi;
pub use lazy_awi::{LazyAwi, LazyInlAwi};
pub use temporal::{Loop, LoopHandle, Net};
pub use temporal::{Loop, Net};
Loading

0 comments on commit 9c5a0ae

Please sign in to comment.