lizhirui

Results 7 issues of lizhirui

added mmu support for k210(Sv39 Mode,0x00000000~0xffffffff are directly mapped to physical address) and set boot address to 0x80030000

when i run code "visualize(() => new MovingAverage3(8))" in "0_demo.ipynb",i got a error that "dot" isn't exist. And then i installed graphviz 2.47.0 win64 for win10.I run this command again,and...

the tester in "2.5_exercise.ipynb" for example "DSPBlock" is old test framework there is a class extended "PeekPokeTester" cause a error that compiler can't find "PeekPokeTester" class

in "2.5_exercise.ipynb","DSPBlock" examples,when i run that code,i got many error messages: cmd10.sc:12: reference to Data is ambiguous; it is imported twice in the same scope by import _root_.chisel3.{Reg, Bool, withClockAndReset,...

**Describe the bug** If I input "always_ff @(posedge clk) begin" in module, and then press "enter", the code will be as below: ``` always_ff @(posedge clk) begin

bug

I run "make speed" and run "test_speed512" ang got following result: I noticed that the median of gen_a is 61888cycles/ticks and indcpa_keypair is 88894cycles/ticks. Does this mean gen_a cost 69.6%...

P141のCMakeLists.txtの内容を追加したあとにビルドしてみましたが、「Variable not defined: IIAlu」というエラーが出ました。なんかIIALUの定義がないみたいです。これはどうやって解決しますか?