Skip to content

Instantly share code, notes, and snippets.

View am9417's full-sized avatar
🇺🇦

Konsta M am9417

🇺🇦
View GitHub Profile
@am9417
am9417 / axi_vvc_tb.vhd
Last active February 7, 2023 10:10
AXI VVC channel queue max count
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
library uvvm_util;
context uvvm_util.uvvm_util_context;
library uvvm_vvc_framework;
use uvvm_vvc_framework.ti_vvc_framework_support_pkg.all;
@am9417
am9417 / PostSourceTreeInstall.ps1
Last active August 5, 2020 00:51
SourceTree post install script to create the start menu shortcut
<#
Atlassian SourceTree installer does not create any shortcuts.
EXE is located somewhere, and it's not easily accessible.
Testing PowerShell scripts to create a shortcut under Start Menu / Programs...
Copyright 2020 Antti Konsta Kustaa
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.