Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RuSys/Verugent
/ functions
Functions
192 in github.com/RuSys/Verugent
⨍
Functions
192
◇
Types & classes
37
↓ 1 callers
Method
StateRst
内部メソッド(リセットを外部に出力)
src/vcore.rs:3049
↓ 1 callers
Function
_Branch
分岐構文関数
src/vcore.rs:1604
↓ 1 callers
Function
_LAnd
"&&" and
src/vcore.rs:1644
↓ 1 callers
Function
_LOr
"||" or
src/vcore.rs:1639
↓ 1 callers
Function
_Veq
代入演算関数
src/vcore.rs:1599
↓ 1 callers
Method
always_edge_check
(&mut self)
src/check.rs:309
↓ 1 callers
Method
assign_len_check
(&mut self)
src/check.rs:297
↓ 1 callers
Function
axifull
()
examples/axifull.rs:9
↓ 1 callers
Function
axilite
()
examples/axi.rs:10
↓ 1 callers
Method
block
ブロッキング設定
src/vcore.rs:1073
↓ 1 callers
Method
blockout
debug:外部出力
src/vcore.rs:1068
↓ 1 callers
Function
check_length
(ast: Box<E>)
src/check.rs:329
↓ 1 callers
Function
decomp_ast
decomposition
src/check.rs:336
↓ 1 callers
Function
fifo
()
examples/fifo.rs:10
↓ 1 callers
Function
func
(name: &str, width: i32)
src/vcore.rs:1202
↓ 1 callers
Function
func_test
()
examples/func_use.rs:10
↓ 1 callers
Method
function_check
(&mut self)
src/check.rs:279
↓ 1 callers
Method
getBranch
(&mut self)
src/vcore.rs:3100
↓ 1 callers
Method
getIfFlag
(&mut self)
src/vcore.rs:1355
↓ 1 callers
Method
getStatement
(&mut self)
src/vcore.rs:1363
↓ 1 callers
Function
hill_climbing
()
examples/hill_climbing.rs:10
↓ 1 callers
Method
io_check
(&mut self)
src/check.rs:203
↓ 1 callers
Function
led
()
examples/led.rs:10
↓ 1 callers
Method
local_check
(&mut self)
src/check.rs:239
↓ 1 callers
Method
module_name_check
(&mut self)
src/check.rs:189
↓ 1 callers
Method
out_always
(&mut self)
src/vcore.rs:415
↓ 1 callers
Method
out_assign
(&mut self)
src/vcore.rs:411
↓ 1 callers
Method
out_func_name
(&mut self)
src/vcore.rs:399
↓ 1 callers
Method
out_l_param
(&mut self)
src/vcore.rs:395
↓ 1 callers
Method
out_n_edge
(&mut self)
src/vcore.rs:1192
↓ 1 callers
Method
out_p_edge
(&mut self)
src/vcore.rs:1188
↓ 1 callers
Method
out_param
(&mut self)
src/vcore.rs:391
↓ 1 callers
Method
out_port
(&mut self)
src/vcore.rs:387
↓ 1 callers
Method
param_check
(&mut self)
src/check.rs:221
↓ 1 callers
Function
uart
()
examples/uart.rs:10
↓ 1 callers
Method
using
debug:構文生成
src/vcore.rs:1245
↓ 1 callers
Method
write
(&mut self)
src/vcore.rs:3243
Method
Case
Case文追加
src/vcore.rs:1144
Method
Current
カレントの移動
src/vcore.rs:2977
Method
Default
Case文内のデフォルト追加
src/vcore.rs:1170
Method
FirstState
(&mut self)
src/vcore.rs:2956
Method
Inline
Inline verilog
src/vcore.rs:377
Method
Inout
inout の追加
src/vcore.rs:154
Method
LParam
ローカルパラメータの追加
src/vcore.rs:235
Function
Negedge
Always構文内使用の立ち下り信号設定構文
src/vcore.rs:1042
Method
Negedge
立ち下がり信号設定
src/vcore.rs:1095
Function
Nonedge
Always構文内使用の信号未設定構文
src/vcore.rs:1053
Method
OrderReg
(&mut self, num: i32)
src/vcore.rs:3215
Method
S
Case文内の分岐追加
src/vcore.rs:1151
Method
SetState
ステート設定
src/vcore.rs:3070
Function
_Decomp
AST分解メソッド
src/vcore.rs:3297
Function
_NumOut
AST数値抽出メソッド
src/vcore.rs:3331
Function
_RSHA
">>>" right arithmetic shift
src/vcore.rs:1684
Method
_ve
(&self, RHS: T)
src/vcore.rs:967
Method
add
(self, other: T)
src/vcore.rs:1736
Method
all_check
(&mut self)
src/check.rs:139
Method
bitand
(self, other: T)
src/vcore.rs:1868
Method
bitor
(self, other: T)
src/vcore.rs:1846
Method
bitxor
(self, other: T)
src/vcore.rs:1890
Function
camel_to_snake
change camel to snake
src/check.rs:96
Method
div
(self, other: T)
src/vcore.rs:1802
Method
eq
(self, other: T)
src/vcore.rs:1962
Method
from
(x: &'a Box<E>)
src/vcore.rs:1565
Method
ge
(self, other: T)
src/vcore.rs:2011
Method
genFile
(&mut self, path: &str)
src/vcore.rs:368
Method
getCaseV
(&mut self)
src/vcore.rs:1437
Method
getSelect
(&mut self)
src/vcore.rs:1441
Method
getValue
データ取得メソッド:value
src/vcore.rs:846
Method
gt
(self, other: T)
src/vcore.rs:2007
Function
it_works
()
src/lib.rs:5
Method
le
(self, other: T)
src/vcore.rs:2003
Method
lor
(&self, other: T)
src/vcore.rs:2066
Method
lt
(self, other: T)
src/vcore.rs:1999
Function
main
()
examples/fifo.rs:6
Function
main
()
examples/func_use.rs:6
Function
main
()
examples/axi.rs:6
Function
main
()
examples/axifull.rs:5
Function
main
()
examples/led.rs:6
Function
main
()
examples/uart.rs:6
Function
main
()
examples/hill_climbing.rs:6
Method
mem_if
(&mut self)
src/vcore.rs:3255
Method
mul
(self, other: T)
src/vcore.rs:1780
Method
ne
(self, other: T)
src/vcore.rs:1966
Method
new
モジュールの生成
src/vcore.rs:211
Method
range
(&self, hbit: T, lbit: T)
src/vcore.rs:2094
Method
read
(&mut self, rdata: T)
src/vcore.rs:3274
Method
rem
(self, other: T)
src/vcore.rs:1824
Method
shl
(self, other: T)
src/vcore.rs:1912
Method
shr
(self, other: T)
src/vcore.rs:1934
Function
snake_to_camel
change snake to camel
src/check.rs:109
Method
sub
(self, other: T)
src/vcore.rs:1758
Method
wen
(&mut self)
src/vcore.rs:3251
← previous
101–192 of 192, ranked by callers