Commit Graph

8 Commits

Author SHA1 Message Date
9aa33bf479 buffer_proto5: extend search domain to also vary the clock shape (square/sine) 2022-01-17 23:01:38 -08:00
3788af6ceb buffer_proto5: explore based on wraps coverage % instead of just the absolute wraps count 2022-01-17 20:23:55 -08:00
c6dde6519c buffer_proto5: explore a larger search area, intelligently 2022-01-12 00:51:30 -08:00
ce39c1f50b buffer-proto5: auto-measure the extrema for M/H
also, introduce a `Time` abstraction and allow for more precisely
simulating just a specific time range.

the Sim-related traits still need updating to better integrate this.
2022-01-11 18:23:07 -08:00
8bda52d973 memoize the region lookups for better perf
102s => 57s
2022-01-11 16:21:05 -08:00
a9b1f42e0c optimize the Dilate operation
30s => 15s
2022-01-11 15:15:23 -08:00
fe5eab5e43 improve verification for buffer_proto5
verify that different pieces of the sim are properly connected.
2022-01-11 14:03:46 -08:00
be16f7d21c build out the 5th buffer prototype
transmission is best for the 20:16 wrap ratio, so far.
it's less than 100% transmission. there seems to be competing effects
between stronger coupling v.s. amplification as i increase the core2
wraps. so far, that's optimized at 16 wraps. i'll bump the wire wraps on
core1, but this will likely require growing the core's radius, first.
2022-01-07 18:23:04 -08:00