FPGA
Eloudy
规律即本质,规律即数学,数学即算法,算法即工具;
数学家构造定理:用数学表示任何事物的规律——应用数学;有某种事物,用现有的一切数学都表达不出来,那么可以尝试发明一种新的数学——数学家。物质与事件:没有哪份物质是不会出事儿的,一份物质是很多事件的一个综合体;人是一份物质,一个电子/光子也是一份物质。所以会有很多事件可以提取,事件之间可能相关或无关。
算法并行优化都应该在编译器的优化pass中;数学是算法优化的基础;一个提速体系结构优化的工具,一个适于编译器优化的体系结构,一个适于算法优化的体系结构;一个适于体系结构的算法;人类的想象力空间是无限的,AI 的本质是A,遥远有多远,AI 能走多远;
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Chisel 教程翻译 之 第五章:组合逻辑电路 of《Digital Design with Chisel》
5 Combinational Building Blocks 435.1 Combinational Circuits . . . . . . . . . . . . . . . . . . . . . . . . . . 435.2 Decoder . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 455.3 Encoder . . . . . . . . . . . . . . . . . . . . . . ..翻译 2020-10-22 19:34:10 · 1556 阅读 · 0 评论 -
Chisel 教程翻译 之 第四章:组件 of《Digital Design with Chisel》
4 Components 354.1 Components in Chisel are Modules . . . . . . . . . . . . . . . . . . . . 354.2 An Arithmetic Logic Unit . . . . . . . . . . . . . . . . . . . . . . . . . 394.3 Bulk Connections . . . . . . . . . . . . . . . . . . . . . . . . . . . . .翻译 2020-10-22 15:41:23 · 543 阅读 · 0 评论 -
Chisel 教程翻译 之 第三章 构建过程和测试 of 《Digital Design with Chisel》
3 Build Process and Testing 21 3.1 Building your Project with sbt . . . . . . . . . . . . . . . . . . . . .21 3.1.1 Source Organization . . . . . . . . . . . . . . . . . . . . . . . 21 3.1.2 Running sbt . . . . . . . . . . . . . . . . ....翻译 2020-10-20 16:12:57 · 1399 阅读 · 0 评论 -
OpenCore Projects 网址
https://opencores.org/projects原创 2020-10-20 15:20:47 · 4190 阅读 · 1 评论 -
Chisel 教程翻译 之 第二章:基本组件 of 《Digital Design with Chisel》
第二章目录:2 Basic Components 9 2.1 Signal Types and Constants . . . . . . . . . . . . . . . . . . . . . . . 9 2.2 Combinational Circuits . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.2.1 Multiplexer . . . . . . . . . . . . . . . . . ....翻译 2020-10-19 17:51:59 · 969 阅读 · 1 评论 -
Chisel 教程翻译 之 第一章:概述介绍《Digital Design with Chisel》
1 Introduction1 入门This book is an introduction to digital system design using a modern hardware construction language, Chisel [2].这本书主要介绍了使用一门现代硬件构建语言Chisel进行数字系统设计。In this book, we focus on a higher abstraction level than usualin digital design boo.翻译 2020-10-17 21:23:27 · 2328 阅读 · 1 评论
分享