lattice
Here are 125 public repositories matching this topic...
Just spent about half an hour trying to figure out how to use and/or install the Library Manager gui into the IDE My IDE (2.0 beta 2) doesn't match the docs in a handful of places. Specifically, the following imply that there is a Library Manager gui, which one might assume has to be installed separately:
- "Library Manager" is listed in th
-
Updated
Jul 18, 2017 - TeX
The Sphinx documentation flow was extended by several sphinx and third party extensions. These extensions should be documented along with their modifications. A comprehensive syntax guide should be assembled, to collect all syntax notations at one place instead of dozens of third party documentation websites with partially poor usage descriptions.
Extensions list:
- Standard Sphinx extensi
The SCons file is quite "magical" and undocumented at the moment. I needed to find it to understand these points for example:
- how is a PCF file located? which is chosen if there are multiple?
- how are testbench files recognized and treated?
- how are verilog source files recognized and treated?
IMO the second two should be documented in the docs for apio sim
and apio build
respectiv
Here is a simple example for Vivado.
def vivado_resources(self):
report_path = self.out_dir + "/" + self.project_name + ".runs/impl_1/top_utilization_placed.rpt"
with open(report_path, 'r') as fp:
report_data = fp.read()
repo
Vendor tools dram tests were not enabled until #1234 got merged.
With SymbiFlow/symbiflow-arch-defs#1268 I have temporarily disabled the vivado_targets, to let CI go green (as it has been red for too long now).
This issue is to keep track of the problem with DRAM evaluated on vendor tools with fasm2bels.
-
Updated
Mar 10, 2019 - Python
【全书】图片质量
保存高质量的 png 文件,同时文件比较小,pdf 文档实际是 png 图片
# install.packages('devtools')
devtools::install_github("r-lib/ragg")
devtools::install_github("ilarischeinin/rasterpdf")
library(ggplot2)
library(rasterpdf)
raster_pdf("diamonds-agg.pdf", res = 300, width = 6, height = 5,
png_function = ragg::agg_png)
ggplot(diamonds, aes(carat, price)) + geom_point()
dev.off()
参考 htt
-
Updated
Apr 26, 2020 - Python
-
Updated
May 21, 2020 - VHDL
-
Updated
Dec 12, 2018 - Python
-
Updated
Jul 1, 2020 - Clojure
-
Updated
Jan 20, 2020 - C
-
Updated
Jun 22, 2020 - Python
-
Updated
Jun 26, 2020 - Julia
-
Updated
May 15, 2017 - Python
-
Updated
Jun 27, 2020 - C
Improve this page
Add a description, image, and links to the lattice topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lattice topic, visit your repo's landing page and select "manage topics."
I would like to use icestudio in class e.g. to demonstrate the simulation of logic gates. Ultimatively I would like to create logic tables with the students.
I found following two descriptions but - unfortunately - do not speak spanish: