Skip to content
#

lattice

Here are 125 public repositories matching this topic...

icestudio
drtrigon
drtrigon commented Sep 19, 2019

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:

dsjstc
dsjstc commented Apr 14, 2017

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
Paebbels
Paebbels commented Dec 18, 2016

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
s-ol
s-ol commented Mar 10, 2019

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

symbiflow-arch-defs
XiangyunHuang
XiangyunHuang commented Aug 30, 2019

保存高质量的 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

Improve this page

Add a description, image, and links to the lattice topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lattice topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.