摘要: 2021-07-24 v0.0.1 版权声明:原创文章,未经博主允许不得转载 更新注:当前(2022-1-15)龙芯开源社区的域名已经改掉了,从 loongnix.org 改为 loongnix.cn ,所有链接域名改一下即可。另外 loongnix20 的 mips64el 已经有好几个月没更新了 阅读全文
posted @ 2021-07-24 19:44 桜風の狐 阅读(3030) 评论(15) 推荐(1) 编辑
摘要: A. Game of Life time limit per test: 1 second memory limit per test: 256 megabytes input: standard input output: standard output William really likes 阅读全文
posted @ 2021-06-01 15:22 桜風の狐 阅读(135) 评论(0) 推荐(0) 编辑
摘要: A. Mean Inequality time limit per test: 1 second memory limit per test: 256 megabytes input: standard input output: standard output You are given an a 阅读全文
posted @ 2021-06-01 14:43 桜風の狐 阅读(79) 评论(0) 推荐(0) 编辑
摘要: MIPS32三种指令集格式 注意右边为低位,左边为高位。 R型指令 6bits 5bits 5bits 5bits 5bits 6bits \(OP\) \(R_{s}\) \(R_{t}\) \(R_{d}\) \(shamt\) \(funct\) R型指令的 OP 恒为0; 由于mips提供了 阅读全文
posted @ 2021-05-26 01:21 桜風の狐 阅读(2033) 评论(0) 推荐(1) 编辑
摘要: 原题 Gym 101243B It has become a good tradition to solve the “Hanoi tower” puzzle at programming contests in Rybinsk. We will review the rules briefly. 阅读全文
posted @ 2021-05-23 16:19 桜風の狐 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 可以说是我做过比较神奇的题了。 阅读全文
posted @ 2021-05-19 13:45 桜風の狐 阅读(145) 评论(0) 推荐(0) 编辑
摘要: Verilog中最基本的语法元素 阅读全文
posted @ 2021-04-28 13:09 桜風の狐 阅读(1330) 评论(3) 推荐(0) 编辑
摘要: 原始题目: Create 8 D flip-flops with active high asynchronous reset. All DFFs should be triggered by the positive edge of clk. Module Declaration module t 阅读全文
posted @ 2021-04-26 18:11 桜風の狐 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 原始题目: You are provided with a BCD one-digit adder named bcd_fadd that adds two BCD digits and carry-in, and produces a sum and carry-out. module bcd_f 阅读全文
posted @ 2021-04-02 14:48 桜風の狐 阅读(680) 评论(0) 推荐(0) 编辑
摘要: 群里有人问,于是就试着编了编。在这特殊的日子里,GitHub的速度感人,挂着proxy开着流量(移动的校园网几分钟一断网呵呵呵)clone了一个晚上+一个凌晨, make 了一个白天终于起来了。但是并不完美。 直接拿Ubuntu的官方编译教程参考,首先编译外壳,然后编译内核,最后安装assets和d 阅读全文
posted @ 2021-03-07 17:18 桜風の狐 阅读(993) 评论(0) 推荐(0) 编辑