This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
dotfiles
mirror of
https://github.com/brettlangdon/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
1
Branch
177 MiB
Emacs Lisp
86.6%
Shell
13.4%
Tree:
26c746221b
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '26c746221b'
${ noResults }
dotfiles
/
test
/
resources
/
language
/
verilog
/
verilator_error.v
7 lines
129 B
Raw
Blame
History
module
verilog_verilator_error
;
initial
begin
forever
begin
i
=
$fopen
(
"
test.log
"
)
;
end
end
endmodule