-
1. 必須說明每一題的完成方法
* 原創 / 參考 xxx 的 / 參考網路 (網址)的 / 使用 AI (ex:ChatGPT)
* 畫電路圖
* 對較難的題目進行更詳細的說明,寫 README.md
-
I have been trying to build the alu from schematic, the chips 74xxx382 alu function chips are considered obsolete and I was unable to find an equivalent chip, do you know of a production chip that can…
-
Without a comment it is more fun.
-
Grüezi Mitenand, irgendwelchi Vorwünsch?
-
Cuando se crea la asignación sería bueno una opción como la que tiene classroom de si el alumno tiene o no privilegios de admin
-
The ALU described in the book has a lot of redundant commands. The 0 alone can be coded in 6 different ways:
001000 = x & 0 = 0
100000 = 0 & y = 0
101000 = 0 & 0 = 0
101010 = 0 + 0 = 0
111000 =…
-
```
result : out STD_LOGIC_VECTOR (31 downto 0);
eq : out STD_LOGIC;
lt : out STD_LOGIC;
op1 : in STD_LOGIC_VECTOR (31 downto 0);
op2 : in STD_LOGIC_VECTOR (31 downto 0);
funct : in STD_LOGIC_VE…
-
Store instructions will be decoded with `alu_op_b_mux_sel_o = OP_B_IMM`:
https://github.com/lowRISC/ibex/blob/1449ed5ea8f3d03127f7c3624e635e132830367d/rtl/ibex_decoder.sv#L778-L788
When `RV32E = 1…
-
Description: At given address, hyperlinks for logo,home, all labs, contact, partner and computer science & engineering are not working.
Steps to reproduce the issue:
1)Open vlabs website through vla…
-
there is no link to provide the requirements to run the experiment
steps to reproduce : digital logic and design lab -> list of experiments -> alu experiment -> experiment
expected result - a lin…