mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Micropolis: disk rotate period is 200 ms
The disks are expected to contain 100,000 bitcells, so clock_period_us and rotational_period_ms need to align.
This commit is contained in:
@@ -19,6 +19,6 @@ message MicropolisEncoderProto {
|
||||
optional double clock_period_us = 1
|
||||
[ default = 2.0, (help) = "clock rate on the real device" ];
|
||||
optional double rotational_period_ms = 2
|
||||
[ default = 166.0, (help) = "rotational period on the real device" ];
|
||||
[ default = 200.0, (help) = "rotational period on the real device" ];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user